diff options
author | Todd Zullinger <tmz@pobox.com> | 2008-08-02 03:39:17 -0400 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2008-11-14 12:12:57 -0500 |
commit | 1cc3c20442c7fc62cdf9b581ff1dd7f30a4f82f2 (patch) | |
tree | 598fcdb58e3a51570b2b6a87fe63eb6af4938b5f | |
parent | e105ce7fc215413b326a25384cc27ba491a06a41 (diff) | |
download | libgpod-1cc3c20442c7fc62cdf9b581ff1dd7f30a4f82f2.tar.gz libgpod-1cc3c20442c7fc62cdf9b581ff1dd7f30a4f82f2.tar.xz libgpod-1cc3c20442c7fc62cdf9b581ff1dd7f30a4f82f2.zip |
Documentation: rearrange the ipod device section
-rw-r--r-- | docs/reference/libgpod-sections.txt | 6 | ||||
-rw-r--r-- | docs/reference/tmpl/device.sgml | 80 |
2 files changed, 43 insertions, 43 deletions
diff --git a/docs/reference/libgpod-sections.txt b/docs/reference/libgpod-sections.txt index 4c4cd81..a3af722 100644 --- a/docs/reference/libgpod-sections.txt +++ b/docs/reference/libgpod-sections.txt @@ -179,17 +179,17 @@ itdb_device_read_sysinfo itdb_device_get_sysinfo itdb_device_set_sysinfo itdb_device_write_sysinfo +Itdb_IpodInfo itdb_device_get_ipod_info itdb_device_supports_artwork itdb_device_supports_photo itdb_device_supports_video itdb_info_get_ipod_info_table +Itdb_IpodGeneration itdb_info_get_ipod_generation_string +Itdb_IpodModel itdb_info_get_ipod_model_name_string itdb_init_ipod -Itdb_IpodGeneration -Itdb_IpodInfo -Itdb_IpodModel Itdb_ArtworkFormat </SECTION> diff --git a/docs/reference/tmpl/device.sgml b/docs/reference/tmpl/device.sgml index 124db61..6fa82ae 100644 --- a/docs/reference/tmpl/device.sgml +++ b/docs/reference/tmpl/device.sgml @@ -94,6 +94,21 @@ These functions are for reading and setting information about the iPod. @Returns: +<!-- ##### STRUCT Itdb_IpodInfo ##### --> +<para> + +</para> + +@model_number: +@capacity: +@ipod_model: +@ipod_generation: +@musicdirs: +@reserved_int1: +@reserved_int2: +@reserved1: +@reserved2: + <!-- ##### FUNCTION itdb_device_get_ipod_info ##### --> <para> @@ -138,36 +153,6 @@ These functions are for reading and setting information about the iPod. @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> @@ -194,20 +179,14 @@ These functions are for reading and setting information about the iPod. @ITDB_IPOD_GENERATION_TOUCH_1: @ITDB_IPOD_GENERATION_IPHONE_1: -<!-- ##### STRUCT Itdb_IpodInfo ##### --> +<!-- ##### FUNCTION itdb_info_get_ipod_generation_string ##### --> <para> </para> -@model_number: -@capacity: -@ipod_model: -@ipod_generation: -@musicdirs: -@reserved_int1: -@reserved_int2: -@reserved1: -@reserved2: +@generation: +@Returns: + <!-- ##### ENUM Itdb_IpodModel ##### --> <para> @@ -249,6 +228,27 @@ These functions are for reading and setting information about the iPod. @ITDB_IPOD_MODEL_CLASSIC_BLACK: @ITDB_IPOD_MODEL_TOUCH_BLACK: +<!-- ##### 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: + + <!-- ##### STRUCT Itdb_ArtworkFormat ##### --> <para> |