summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-08 12:58:28 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-04-08 12:58:28 +0000
commit0ee5ea2fe9b7dfeea4f89ac69aca3d063a9d8cc8 (patch)
tree50d57f25171407934654b33eadbe9fe988e0b561 /src/itdb.h
parent37c0ed07d87d6c1a83a35e2a96adda12524daea4 (diff)
* src/itdb.h: changed 'gchar *chapterdata' to 'gpointer
chapterdata' with note that chapterdata is not yet supported. * src/itdb_track.c (itdb_track_duplicate): arrange the strings in the same order as in Itdb_Track for easier error-checking. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1413 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 05cc0e2..ed9a89e 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1,5 +1,4 @@
-/* Time-stamp: <2007-02-25 13:26:22 jcs>
-|
+/*
| Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
|
@@ -670,7 +669,7 @@ struct _Itdb_Track
gchar *description; /* see note for MHOD_ID in itdb_itunesdb.c */
gchar *podcasturl; /* see note for MHOD_ID in itdb_itunesdb.c */
gchar *podcastrss; /* see note for MHOD_ID in itdb_itunesdb.c */
- gchar *chapterdata; /* see note for MHOD_ID in itdb_itunesdb.c */
+ gpointer chapterdata; /* not yet supported. Help welcome. */
gchar *subtitle; /* see note for MHOD_ID in itdb_itunesdb.c */
/* the following 6 are new in libgpod 0.4.2... */
gchar *tvshow; /* see note for MHOD_ID in itdb_itunesdb.c */