diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-28 15:10:27 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-09-28 15:10:27 +0000 |
| commit | 7f92fdaeb6dbffc37548f26b3f5f7b79e1cc79ff (patch) | |
| tree | 4dec6fe66682023e4c445ec36deae81a639e7e10 /src/db-artwork-parser.h | |
| parent | ba68cc197351bbd74e4a6163cb93a946b9235911 (diff) | |
| download | libgpod-7f92fdaeb6dbffc37548f26b3f5f7b79e1cc79ff.tar.gz libgpod-7f92fdaeb6dbffc37548f26b3f5f7b79e1cc79ff.tar.xz libgpod-7f92fdaeb6dbffc37548f26b3f5f7b79e1cc79ff.zip | |
* 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.h | 3 |
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); |
