summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-27 14:58:41 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-05-27 14:58:41 +0000
commit01873382c437a553121ac15bc8347f2a76b77bdd (patch)
treea51e1709cfe1715e1a5d6f1a8be4cb51be1bf149 /docs
parent1d7725b0a6063be671a7f3b2821fa00c15085d8c (diff)
downloadlibgpod-tmz-01873382c437a553121ac15bc8347f2a76b77bdd.tar.gz
libgpod-tmz-01873382c437a553121ac15bc8347f2a76b77bdd.tar.xz
libgpod-tmz-01873382c437a553121ac15bc8347f2a76b77bdd.zip
* src/db-artwork-parser.c
src/db-artwork-writer.c src/itdb_device.c src/itdb_itunesdb.c src/itdb_private.h: Fixed segfault when parsing photo databases introduced by the new handling of timestamps (all timestamps exported are host-local time_t). itdb_time_time_t_to_mac() and itdb_time_mac_to_time_t() were renamed to device_*() and take a pointer to an Itdb_Device instead of a pointer to an Itdb_iTunesDB structure as the latter does not exist in case of photo databases. All references to those two functions were changed accordingly and the functions themselves were moved from itdb_itunesdb.c to itdb_device.c. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1439 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/itunesdb-time.sgml2
-rw-r--r--docs/reference/tmpl/track.sgml14
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/reference/tmpl/itunesdb-time.sgml b/docs/reference/tmpl/itunesdb-time.sgml
index 59a75f5..aeee4fb 100644
--- a/docs/reference/tmpl/itunesdb-time.sgml
+++ b/docs/reference/tmpl/itunesdb-time.sgml
@@ -33,7 +33,7 @@ databases
</para>
-@mactime:
+@time:
@Returns:
diff --git a/docs/reference/tmpl/track.sgml b/docs/reference/tmpl/track.sgml
index 9f4be02..10fb412 100644
--- a/docs/reference/tmpl/track.sgml
+++ b/docs/reference/tmpl/track.sgml
@@ -158,6 +158,13 @@ information about an iPod track.
@ITDB_MEDIATYPE_MUSICVIDEO:
@ITDB_MEDIATYPE_TVSHOW:
+<!-- ##### MACRO ITDB_RATING_STEP ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION itdb_track_new ##### -->
<para>
@@ -285,10 +292,3 @@ information about an iPod track.
@track:
-<!-- ##### MACRO ITDB_RATING_STEP ##### -->
-<para>
-
-</para>
-
-
-