diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-22 18:16:50 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-22 18:16:50 +0000 |
| commit | 32fdf71f74fee4e0774d7ae5167447c70cd83b7c (patch) | |
| tree | dd5f9c7eb78249d02e1a80a8a7447c2bcc0fd4c9 /src/db-artwork-parser.h | |
| parent | fba33d9b3d03cb92df15904c045fcfe93d251fa4 (diff) | |
| download | libgpod-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.tar.gz libgpod-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.tar.xz libgpod-32fdf71f74fee4e0774d7ae5167447c70cd83b7c.zip | |
* 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.h | 11 |
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 |
