Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4539

Modified Files:
        ChangeLog 
Log Message:
        * src/itdb_itunesdb.c
          src/itdb_device.c
          src/itdb_private.h
          src/itdb.h:
          New API functions to facilitate copying to the iPod in a
          background thread and implementation of own copying code.

          itdb_cp_get_dest_filename(): obtain a valid filename on the iPod
          to where a track can be copied. This function can be used in a
          thread-safe way.

          itdb_cp_finalize(): to be called after the track was
          copied to the iPod to update some fields in the Itdb_Track
          structure. This function can also be used in a thread-safe way.

          You can use the already existing function itdb_cp() to copy a
          track to the iPod and itdb_cp_track_to_ipod() remains available
          unchanged in functionality.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- ChangeLog   1 May 2007 03:40:38 -0000       1.217
+++ ChangeLog   6 May 2007 15:00:03 -0000       1.218
@@ -1,3 +1,24 @@
+2007-05-06  Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+       * src/itdb_itunesdb.c
+         src/itdb_device.c
+         src/itdb_private.h
+         src/itdb.h:
+         New API functions to facilitate copying to the iPod in a
+         background thread and implementation of own copying code.
+
+         itdb_cp_get_dest_filename(): obtain a valid filename on the iPod
+         to where a track can be copied. This function can be used in a
+         thread-safe way.
+
+         itdb_cp_finalize(): to be called after the track was
+         copied to the iPod to update some fields in the Itdb_Track
+         structure. This function can also be used in a thread-safe way.
+
+         You can use the already existing function itdb_cp() to copy a
+         track to the iPod and itdb_cp_track_to_ipod() remains available
+         unchanged in functionality.
+
 2007-05-01  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/itdb_itunesdb.c (itdb_cp_track_to_ipod): removed static


-------------------------------------------------------------------------
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