From a273e1e8217ddb97e690abcaa3c4834916aeb5b7 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 8 Aug 2008 00:56:03 -0400 Subject: Documentation: re-organize photodb section --- docs/reference/libgpod-sections.txt | 16 +++-- docs/reference/tmpl/photodb.sgml | 136 ++++++++++++++++++------------------ 2 files changed, 77 insertions(+), 75 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/libgpod-sections.txt b/docs/reference/libgpod-sections.txt index 88f5745..0db7680 100644 --- a/docs/reference/libgpod-sections.txt +++ b/docs/reference/libgpod-sections.txt @@ -218,19 +218,21 @@ itdb_thumb_to_pixbufs photodb Photo database Itdb_PhotoDB -Itdb_PhotoAlbum -itdb_photodb_add_photo -itdb_photodb_add_photo_from_data -itdb_photodb_add_photo_from_pixbuf itdb_photodb_create itdb_photodb_free itdb_photodb_parse +itdb_photodb_write + +itdb_photodb_add_photo +itdb_photodb_add_photo_from_data +itdb_photodb_add_photo_from_pixbuf +itdb_photodb_remove_photo + +Itdb_PhotoAlbum +itdb_photodb_photoalbum_create itdb_photodb_photoalbum_add_photo itdb_photodb_photoalbum_by_name -itdb_photodb_photoalbum_create itdb_photodb_photoalbum_remove -itdb_photodb_remove_photo -itdb_photodb_write
diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml index 1d53086..08e307d 100644 --- a/docs/reference/tmpl/photodb.sgml +++ b/docs/reference/tmpl/photodb.sgml @@ -59,11 +59,11 @@ Library Album if called with no name. If you cannot add photos because your iPod is not recognized, -you may have to set the iPod model by calling +you may have to set the iPod model by calling: - + itdb_device_set_sysinfo (db->device, "ModelNumStr", model); - + For example, "MA450" would stand for an 80 GB 6th generation iPod Video. See + + + + + +@mountpoint: +@Returns: + + + @photodb: -@name: -@members: -@album_type: -@playmusic: -@repeat: -@random: -@show_titles: -@transition_direction: -@slide_duration: -@transition_duration: -@song_id: -@unk024: -@unk028: -@unk044: -@unk048: -@album_id: -@prev_album_id: -@reserved_int1: -@reserved_int2: -@reserved1: -@reserved2: -@usertype: -@userdata: -@userdata_duplicate: -@userdata_destroy: + + + + + + + +@mp: +@error: +@Returns: + + + + + + + +@photodb: +@error: +@Returns: + @@ -179,30 +184,56 @@ directory of the libgpod source for an example of how to use the interface. @Returns: - + -@mountpoint: -@Returns: +@db: +@album: +@photo: - + @photodb: +@name: +@members: +@album_type: +@playmusic: +@repeat: +@random: +@show_titles: +@transition_direction: +@slide_duration: +@transition_duration: +@song_id: +@unk024: +@unk028: +@unk044: +@unk048: +@album_id: +@prev_album_id: +@reserved_int1: +@reserved_int2: +@reserved1: +@reserved2: +@usertype: +@userdata: +@userdata_duplicate: +@userdata_destroy: - - + -@mp: -@error: +@db: +@albumname: +@pos: @Returns: @@ -227,17 +258,6 @@ directory of the libgpod source for an example of how to use the interface. @Returns: - - - - - -@db: -@albumname: -@pos: -@Returns: - - @@ -248,23 +268,3 @@ directory of the libgpod source for an example of how to use the interface. @remove_pics: - - - - - -@db: -@album: -@photo: - - - - - - - -@photodb: -@error: -@Returns: - - -- cgit