From 28ee3de7361a201bf3a5ef625b6d433bb658f4eb Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 21 Mar 2007 08:37:39 +0000 Subject: * docs/reference/libgpod-sections.txt: added descriptions by Christophe Fergeau. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1406 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/libgpod-sections.txt | 3 +++ docs/reference/tmpl/artwork.sgml | 14 ++++++++++++++ docs/reference/tmpl/photodb.sgml | 13 +++++++++++++ docs/reference/tmpl/track.sgml | 10 ++++++++++ 4 files changed, 40 insertions(+) (limited to 'docs/reference') diff --git a/docs/reference/libgpod-sections.txt b/docs/reference/libgpod-sections.txt index 51c3844..6877ff5 100644 --- a/docs/reference/libgpod-sections.txt +++ b/docs/reference/libgpod-sections.txt @@ -78,6 +78,7 @@ itdb_track_id_tree_destroy itdb_track_id_tree_by_id itdb_track_set_thumbnails itdb_track_set_thumbnails_from_data +itdb_track_set_thumbnails_from_pixbuf itdb_track_remove_thumbnails ITDB_RATING_STEP @@ -176,6 +177,7 @@ itdb_artwork_duplicate itdb_artwork_free itdb_artwork_add_thumbnail itdb_artwork_add_thumbnail_from_data +itdb_artwork_add_thumbnail_from_pixbuf itdb_artwork_remove_thumbnail itdb_artwork_remove_thumbnails itdb_artwork_get_thumb_by_type @@ -193,6 +195,7 @@ Itdb_PhotoAlbum Itdb_PhotoDB 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 diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 32a7679..644980b 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -46,6 +46,7 @@ album/track artwork. For working with photos, see the @filename: @image_data: @image_data_len: +@pixbuf: @rotation: @offset: @size: @@ -118,6 +119,19 @@ album/track artwork. For working with photos, see the @Returns: + + + + + +@artwork: +@type: +@pixbuf: +@rotation: +@error: +@Returns: + + diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml index 24032bb..b00d20a 100644 --- a/docs/reference/tmpl/photodb.sgml +++ b/docs/reference/tmpl/photodb.sgml @@ -157,6 +157,19 @@ directory of the libgpod source for an example of how to use the interface. @Returns: + + + + + +@db: +@pixbuf: +@position: +@rotation: +@error: +@Returns: + + diff --git a/docs/reference/tmpl/track.sgml b/docs/reference/tmpl/track.sgml index 162b608..658d51e 100644 --- a/docs/reference/tmpl/track.sgml +++ b/docs/reference/tmpl/track.sgml @@ -250,6 +250,16 @@ information about an iPod track. @Returns: + + + + + +@track: +@pixbuf: +@Returns: + + -- cgit