summaryrefslogtreecommitdiffstats
path: root/src/db-artwork-parser.h
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-22 18:16:50 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-22 18:16:50 +0000
commitda83c8e68edfca1b740b95fe045b5bd32c8ab56d (patch)
treedd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /src/db-artwork-parser.h
parentf3ffd45a6e75de502d9c1e913d7b701fef725d34 (diff)
* applied Christophe Fergeau's patch which adds cover art writing
support to libgpod -> bump to version 104 git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1098 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-parser.h')
-rw-r--r--src/db-artwork-parser.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/db-artwork-parser.h b/src/db-artwork-parser.h
index 06b0e09..aaeabff 100644
--- a/src/db-artwork-parser.h
+++ b/src/db-artwork-parser.h
@@ -30,10 +30,13 @@
#define iPodSong Itdb_Track
-int ipod_parse_photo_db (const char *filename);
-int ipod_parse_artwork_db (Itdb_iTunesDB *db);
-int ipod_write_artwork_db (Itdb_iTunesDB *db);
+#define IPOD_THUMBNAIL_FULL_SIZE_CORRELATION_ID 1016
+#define IPOD_THUMBNAIL_NOW_PLAYING_CORRELATION_ID 1017
-G_GNUC_INTERNAL char *ipod_db_get_artwork_db_path (Itdb_iTunesDB *db);
+G_GNUC_INTERNAL int ipod_parse_photo_db (const char *filename);
+G_GNUC_INTERNAL int ipod_parse_artwork_db (Itdb_iTunesDB *db);
+G_GNUC_INTERNAL int ipod_write_artwork_db (Itdb_iTunesDB *db,
+ const char *mount_point);
+G_GNUC_INTERNAL char *ipod_db_get_artwork_db_path (const char *mount_point);
#endif