diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libgpod-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/tmpl/artwork.sgml | 10 | ||||
-rw-r--r-- | docs/reference/tmpl/itunesdb-db.sgml | 8 |
3 files changed, 3 insertions, 16 deletions
diff --git a/docs/reference/libgpod-sections.txt b/docs/reference/libgpod-sections.txt index e7aad15..966104c 100644 --- a/docs/reference/libgpod-sections.txt +++ b/docs/reference/libgpod-sections.txt @@ -188,7 +188,6 @@ itdb_artwork_add_thumbnail_from_pixbuf itdb_artwork_remove_thumbnail itdb_artwork_remove_thumbnails itdb_artwork_get_thumb_by_type -itdb_thumb_get_gdk_pixbuf itdb_thumb_duplicate itdb_thumb_free itdb_thumb_new diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 2ae5914..e185111 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -101,16 +101,6 @@ album/track artwork. For working with photos, see the @artwork: -<!-- ##### FUNCTION itdb_thumb_get_gdk_pixbuf ##### --> -<para> - -</para> - -@device: -@thumb: -@Returns: - - <!-- ##### FUNCTION itdb_thumb_duplicate ##### --> <para> diff --git a/docs/reference/tmpl/itunesdb-db.sgml b/docs/reference/tmpl/itunesdb-db.sgml index b80b5b3..27d3f52 100644 --- a/docs/reference/tmpl/itunesdb-db.sgml +++ b/docs/reference/tmpl/itunesdb-db.sgml @@ -59,11 +59,9 @@ tracks are available. Please see <para> Each track can have a thumbnail associated with it. You can retrieve a GdkPixmap of the thumbnail using -itdb_thumb_get_gdk_pixbuf() (tracks have thumbnails of the -following types associated: @ITDB_THUMB_COVER_SMALL and -@ITDB_THUMB_COVER_LARGE). You can remove a thumbnail with -itdb_track_remove_thumbnails(). And finally, you can set a -new thumbnail using itdb_track_set_thumbnails(). +itdb_artwork_get_pixbuf(). You can remove a thumbnail with +itdb_track_remove_thumbnails(). And finally, you can set a new +thumbnail using itdb_track_set_thumbnails(). </para> <para> Please note that iTunes additionally stores the artwork as tags |