diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-06 15:00:03 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-06 15:00:03 +0000 |
| commit | bba246f83a4e3825974b4e06c8671dc866d8a31b (patch) | |
| tree | b93fee84cb706d537fe92d084ac80663d808338d /ChangeLog | |
| parent | 11007f2c0535c595001a21699c3afed8b20168aa (diff) | |
| download | libgpod-bba246f83a4e3825974b4e06c8671dc866d8a31b.tar.gz libgpod-bba246f83a4e3825974b4e06c8671dc866d8a31b.tar.xz libgpod-bba246f83a4e3825974b4e06c8671dc866d8a31b.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |
