From 3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Thu, 24 Nov 2005 13:31:24 +0000 Subject: * overall changes to support itdb_image_get_gdk_pixbuf(). Run "tests/test-thumbnails to copy all thumbnails into the current directory. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1172 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/db-image-parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db-image-parser.h') diff --git a/src/db-image-parser.h b/src/db-image-parser.h index 8cf082f..8f3ef1c 100644 --- a/src/db-image-parser.h +++ b/src/db-image-parser.h @@ -46,5 +46,7 @@ G_GNUC_INTERNAL Itdb_Image *ipod_image_new_from_mhni (MhniHeader *mhni, G_GNUC_INTERNAL int itdb_write_ithumb_files (Itdb_iTunesDB *db, const char *mount_point); +G_GNUC_INTERNAL const IpodArtworkFormat *ipod_get_artwork_info_from_type ( + IpodDevice *ipod, int image_type); #endif -- cgit