diff options
| author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-11 07:10:55 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-11 07:10:55 +0000 |
| commit | 4d8db35b6bdecf22b59d9dfa5835efa96ab32212 (patch) | |
| tree | d06c5b7bb275916821dacf79cf68b51afab4de05 /docs/reference/tmpl/device.sgml | |
| parent | 052431a05ebeea2d8392070293b4ad887790eb7b (diff) | |
| download | libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.tar.gz libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.tar.xz libgpod-4d8db35b6bdecf22b59d9dfa5835efa96ab32212.zip | |
Add PhotoDB functions to the docs.
Incorporate usage overviews from README into the docs.
Fix a few doc comments to allow gtk-doc to parse them.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1356 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'docs/reference/tmpl/device.sgml')
| -rw-r--r-- | docs/reference/tmpl/device.sgml | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/docs/reference/tmpl/device.sgml b/docs/reference/tmpl/device.sgml index 36d2778..d90303e 100644 --- a/docs/reference/tmpl/device.sgml +++ b/docs/reference/tmpl/device.sgml @@ -72,6 +72,98 @@ These functions are for reading and setting information about the iPod. @Returns: +<!-- ##### FUNCTION itdb_device_set_sysinfo ##### --> +<para> + +</para> + +@device: +@field: +@value: + + +<!-- ##### FUNCTION itdb_device_write_sysinfo ##### --> +<para> + +</para> + +@device: +@error: +@Returns: + + +<!-- ##### FUNCTION itdb_device_get_ipod_info ##### --> +<para> + +</para> + +@device: +@Returns: + + +<!-- ##### FUNCTION itdb_info_get_ipod_info_table ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION itdb_info_get_ipod_generation_string ##### --> +<para> + +</para> + +@generation: +@Returns: + + +<!-- ##### FUNCTION itdb_info_get_ipod_model_name_string ##### --> +<para> + +</para> + +@model: +@Returns: + + +<!-- ##### FUNCTION itdb_init_ipod ##### --> +<para> + +</para> + +@mountpoint: +@model_number: +@ipod_name: +@error: +@Returns: + + +<!-- ##### ENUM Itdb_IpodGeneration ##### --> +<para> + +</para> + +@ITDB_IPOD_GENERATION_UNKNOWN: +@ITDB_IPOD_GENERATION_FIRST: +@ITDB_IPOD_GENERATION_SECOND: +@ITDB_IPOD_GENERATION_THIRD: +@ITDB_IPOD_GENERATION_FOURTH: +@ITDB_IPOD_GENERATION_FIFTH: +@ITDB_IPOD_GENERATION_SIXTH: +@ITDB_IPOD_GENERATION_MOBILE: + +<!-- ##### STRUCT Itdb_IpodInfo ##### --> +<para> + +</para> + +@model_number: +@capacity: +@ipod_model: +@ipod_generation: +@musicdirs: + <!-- ##### ENUM Itdb_IpodModel ##### --> <para> |
