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
commit3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a (patch)
treea81674e47ced1e16abdd14dce1bb1a792f6ce9bc /src/db-image-parser.h
parent413674fba5e513b11b0522fb5cc9356169f7c85d (diff)
downloadlibgpod-3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a.tar.gz
libgpod-3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a.tar.xz
libgpod-3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a.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