diff options
| author | Flavio Stanchina <fstanchina@users.sourceforge.net> | 2005-10-10 20:40:45 +0000 |
|---|---|---|
| committer | Flavio Stanchina <fstanchina@users.sourceforge.net> | 2005-10-10 20:40:45 +0000 |
| commit | 5191d5305df522f29ebf112fdd0cdf89b6fcb870 (patch) | |
| tree | c221a35f2709820cb0d26fb7dd4745167a5b2480 /src/db-artwork-debug.h | |
| parent | f532f816cc4e478523932dc3ce914b840f5c06bb (diff) | |
| download | libgpod-5191d5305df522f29ebf112fdd0cdf89b6fcb870.tar.gz libgpod-5191d5305df522f29ebf112fdd0cdf89b6fcb870.tar.xz libgpod-5191d5305df522f29ebf112fdd0cdf89b6fcb870.zip | |
Added a few structures (notably MHBA and MHIA) to support the Photo Database.
Split 'gint32 image_dimensions' into 'gint16 image_height, image_width'.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1115 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-artwork-debug.h')
| -rw-r--r-- | src/db-artwork-debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db-artwork-debug.h b/src/db-artwork-debug.h index fe9dd70..df35058 100644 --- a/src/db-artwork-debug.h +++ b/src/db-artwork-debug.h @@ -30,6 +30,8 @@ #ifdef DEBUG_ARTWORKDB extern G_GNUC_INTERNAL void dump_mhif (MhifHeader *mhif); +extern G_GNUC_INTERNAL void dump_mhia (MhiaHeader *mhia); +extern G_GNUC_INTERNAL void dump_mhod_type_1 (MhodHeaderArtworkType1 *mhod); extern G_GNUC_INTERNAL void dump_mhod_type_3 (MhodHeaderArtworkType3 *mhod); extern G_GNUC_INTERNAL void dump_mhni (MhniHeader *mhni); extern G_GNUC_INTERNAL void dump_mhod (MhodHeader *mhod); @@ -37,8 +39,11 @@ extern G_GNUC_INTERNAL void dump_mhii (MhiiHeader *mhii); extern G_GNUC_INTERNAL void dump_mhl (MhlHeader *mhl, const char *id); extern G_GNUC_INTERNAL void dump_mhsd (MhsdHeader *mhsd); extern G_GNUC_INTERNAL void dump_mhfd (MhfdHeader *mhfd); +extern G_GNUC_INTERNAL void dump_mhba (MhbaHeader *mhba); #else #define dump_mhif(x) +#define dump_mhia(x) +#define dump_mhod_type_1(x) #define dump_mhod_type_3(x) #define dump_mhni(x) #define dump_mhod(x) @@ -46,6 +51,7 @@ extern G_GNUC_INTERNAL void dump_mhfd (MhfdHeader *mhfd); #define dump_mhl(x,y) #define dump_mhsd(x) #define dump_mhfd(x) +#define dump_mhba(x) #endif #endif |
