summaryrefslogtreecommitdiffstats
path: root/src/db-artwork-parser.h
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-28 15:10:27 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-28 15:10:27 +0000
commitf591e5d2341f6ac01666b3c40fa815764c1adbcb (patch)
tree4dec6fe66682023e4c445ec36deae81a639e7e10 /src/db-artwork-parser.h
parent587b839b227ce9d915452bcbcbf19ddd8d474ca1 (diff)
* src/itdb_track.c: include thumbnails into itdb_track_duplicate()
(Christophe Fergeau) * src/db-image-parser.c: support for iPod nano (Christophe Fergeau) * configure.c: make MacOS compatible (Tristan O'Tierney) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1109 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-parser.h')
-rw-r--r--src/db-artwork-parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h
index aaeabff..550f9c0 100644
--- a/src/db-artwork-parser.h
+++ b/src/db-artwork-parser.h
@@ -32,6 +32,9 @@
#define IPOD_THUMBNAIL_FULL_SIZE_CORRELATION_ID 1016
#define IPOD_THUMBNAIL_NOW_PLAYING_CORRELATION_ID 1017
+#define IPOD_NANO_THUMBNAIL_FULL_SIZE_CORRELATION_ID 1027
+#define IPOD_NANO_THUMBNAIL_NOW_PLAYING_CORRELATION_ID 1031
+
G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename);
G_GNUC_INTERNAL int ipod_parse_artwork_db (Itdb_iTunesDB *db);