Update of /cvsroot/gtkpod/libgpod/docs/reference/tmpl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15094/docs/reference/tmpl

Modified Files:
        device.sgml itunesdb-time.sgml libgpod-unused.sgml track.sgml 
Log Message:
        * docs/reference/tmpl/device.sgml
          docs/reference/tmpl/itunesdb-time.sgml
          docs/reference/tmpl/libgpod-unused.sgml
          docs/reference/tmpl/track.sgml
          src/db-artwork-parser.c
          src/db-artwork-writer.c
          src/db-itunes-parser.h
          src/itdb.h
          src/itdb_device.c
          src/itdb_device.h
          src/itdb_itunesdb.c
          src/itdb_private.h
          tests/Makefile.am:

          Christophe's patch for automatic correction of timestamps
          depending on which timezone the iPod is set to.

          ATTENTION DEVELOPERS: as a consequence all exported timestamps
          are no longer guint32 mac-type timestamps but standard time_t
          timestamps. This also includes the 64 bit timestamps in smart
          playlists. The following functions are therefore no longer
          needed and are deprecated:

          itdb_time_mac_to_host(), itdb_time_host_to_mac(): simply return
          the argument without changing it. Argument and return value are
          now both of type 'time_t'.

          itunesdb_time_get_mac_time(): returns the seconds passed since
          Epoch in seconds and is equivalent to time(NULL).

          These functions may be removed in a future version of
          libgpod. Programs linking to libgpod may need to be changed
          slightly if they made any assumptions on the type of timestamps
          used. This should be obvious through compile-time warnings.

          tests/test-ls.c: print a list of recently played tracks.



Index: device.sgml
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/docs/reference/tmpl/device.sgml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- device.sgml 14 Apr 2007 11:16:29 -0000      1.9
+++ device.sgml 27 Apr 2007 14:09:59 -0000      1.10
@@ -27,6 +27,7 @@
 @byte_order: 
 @sysinfo: 
 @sysinfo_changed: 
[EMAIL PROTECTED]: 
 
 <!-- ##### FUNCTION itdb_device_new ##### -->
 <para>
@@ -101,24 +102,6 @@
 @Returns: 
 
 
-<!-- ##### FUNCTION itdb_device_supports_artwork ##### -->
-<para>
-
-</para>
-
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
-
-
-<!-- ##### FUNCTION itdb_device_supports_photo ##### -->
-<para>
-
-</para>
-
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
-
-
 <!-- ##### FUNCTION itdb_info_get_ipod_info_table ##### -->
 <para>
 

Index: itunesdb-time.sgml
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/docs/reference/tmpl/itunesdb-time.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- itunesdb-time.sgml  10 Jan 2007 13:25:09 -0000      1.2
+++ itunesdb-time.sgml  27 Apr 2007 14:09:59 -0000      1.3
@@ -6,7 +6,10 @@
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-The functions provide conversion between Epoch time and Mac (iPod) time
+The functions provide conversion between Epoch time and Mac (iPod) time. These 
+functions are now obsolete and should no longer be used, libgpod automatically
+converts to/from Epoch time and iPod time when writing/reading the iPod 
+databases
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
@@ -30,7 +33,7 @@
 
 </para>
 
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
 @Returns: 
 
 

Index: libgpod-unused.sgml
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/docs/reference/tmpl/libgpod-unused.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libgpod-unused.sgml 15 Jan 2007 13:19:09 -0000      1.4
+++ libgpod-unused.sgml 27 Apr 2007 14:09:59 -0000      1.5
@@ -153,6 +153,22 @@
 </para>
 
 
+<!-- ##### FUNCTION itdb_device_supports_artwork ##### -->
+<para>
+
+</para>
+
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
+
+<!-- ##### FUNCTION itdb_device_supports_photo ##### -->
+<para>
+
+</para>
+
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
+
 <!-- ##### FUNCTION itdb_file_error_quark ##### -->
 <para>
 

Index: track.sgml
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/docs/reference/tmpl/track.sgml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- track.sgml  21 Mar 2007 08:37:39 -0000      1.7
+++ track.sgml  27 Apr 2007 14:09:59 -0000      1.8
@@ -59,8 +59,8 @@
 @volume: 
 @soundcheck: 
 @time_added: 
[EMAIL PROTECTED]: 
 @time_modified: 
[EMAIL PROTECTED]: 
 @bookmark_time: 
 @rating: 
 @playcount: 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to