diff options
author | Christophe Fergeau <teuf@gnome.org> | 2007-10-21 10:52:46 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2007-10-21 10:52:46 +0000 |
commit | f7e0ac1bcad99bfe46d8e2d5cc0e84316ef9f90b (patch) | |
tree | 302ec0736c070ede9dc2cb5b203de11e329d4a83 /src/db-itunes-parser.h | |
parent | 4f25a2d052f79fac4a43d65e1738670bcda0b8c2 (diff) | |
download | libgpod-f7e0ac1bcad99bfe46d8e2d5cc0e84316ef9f90b.tar.gz libgpod-f7e0ac1bcad99bfe46d8e2d5cc0e84316ef9f90b.tar.xz libgpod-f7e0ac1bcad99bfe46d8e2d5cc0e84316ef9f90b.zip |
Patch from Filippo Giunchedi <filippo@esaurito.net>
* src/db-artwork-debug.c: (dump_mhba): fix dumping function in debug
mode
* src/db-itunes-parser.h: indentation fixes
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1729 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/db-itunes-parser.h')
-rw-r--r-- | src/db-itunes-parser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/db-itunes-parser.h b/src/db-itunes-parser.h index b699283..f6366b0 100644 --- a/src/db-itunes-parser.h +++ b/src/db-itunes-parser.h @@ -20,7 +20,7 @@ * * This product is not supported/written/published by Apple! * - * $Id: db-itunes-parser.h,v 1.11 2007/04/27 14:09:59 jcsjcs Exp $ + * $Id$ */ @@ -631,13 +631,13 @@ struct _MhbaHeader { guint8 repeat; /* repeat the slideshow (from iPhoto setting) */ guint8 random; /* show the slides in random order (from iPhoto setting) */ - guint8 show_titles;/* show slide captions (from iPhoto setting) */ + guint8 show_titles;/* show slide captions (from iPhoto setting) */ guint8 transition_direction; /* 0=none, 1=left-to-right, 2=right-to-left, 3=top-to-bottom, 4=bottom-to-top (from iPhoto setting) */ - gint32 slide_duration; /* in seconds (from iPhoto setting) */ + gint32 slide_duration; /* in seconds (from iPhoto setting) */ gint32 transition_duration; /* in milliseconds (from iPhoto setting) */ - gint32 unk044; /* unknown, seems to always be 0 */ + gint32 unk044; /* unknown, seems to always be 0 */ gint32 unk048; /* unknown, seems to always be 0 */ gint64 song_id; /* dbid2 of track in iTunesDB to play during slideshow (from iPhoto setting) */ |