From 1baca05b65f9f85be79369360aa895b4a7932a0f Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 17 Jul 2008 16:10:33 +0000 Subject: Remove references to itdb_thumb_get_gdk_pixbuf() git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2050 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/libgpod-sections.txt | 1 - docs/reference/tmpl/artwork.sgml | 10 ---------- docs/reference/tmpl/itunesdb-db.sgml | 8 +++----- 3 files changed, 3 insertions(+), 16 deletions(-) (limited to 'docs/reference') 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: - - - - - -@device: -@thumb: -@Returns: - - 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 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(). Please note that iTunes additionally stores the artwork as tags -- cgit