summaryrefslogtreecommitdiffstats
path: root/src/db-image-parser.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-24 13:31:24 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-24 13:31:24 +0000
commitdb00e375bef30bbb8fffff906ec6967791a56136 (patch)
treea81674e47ced1e16abdd14dce1bb1a792f6ce9bc /src/db-image-parser.h
parentdf739448ee81be2c415b2202c9b2d83c1cedf2de (diff)
downloadlibgpod-db00e375bef30bbb8fffff906ec6967791a56136.tar.gz
libgpod-db00e375bef30bbb8fffff906ec6967791a56136.tar.xz
libgpod-db00e375bef30bbb8fffff906ec6967791a56136.zip
* overall changes to support itdb_image_get_gdk_pixbuf(). Run
"tests/test-thumbnails <ipod_mount> 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
Diffstat (limited to 'src/db-image-parser.h')
-rw-r--r--src/db-image-parser.h2
1 files changed, 2 insertions, 0 deletions
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