From bba246f83a4e3825974b4e06c8671dc866d8a31b Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 6 May 2007 15:00:03 +0000 Subject: * 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. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1426 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ea3683..2207ffb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-05-06 Jorg Schuler + + * 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 * src/itdb_itunesdb.c (itdb_cp_track_to_ipod): removed static -- cgit