summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-13 14:13:00 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-13 14:13:00 +0000
commit03fbd5e38f6a7e38ed7d02246cc9e713cc004a5b (patch)
tree4a4ff35edbf59a6928c9ff470160ee20337d88e2 /README
parent73a73fba7de52328a000fe7a5fce80d70c46bd52 (diff)
downloadlibgpod-03fbd5e38f6a7e38ed7d02246cc9e713cc004a5b.tar.gz
libgpod-03fbd5e38f6a7e38ed7d02246cc9e713cc004a5b.tar.xz
libgpod-03fbd5e38f6a7e38ed7d02246cc9e713cc004a5b.zip
* itdb_itunesdb: changed API for itdb_filename_on_ipod ()
* itdb.h: added 'gint musicdirs' to Itdb_iTunesDB (number of F.. dirs available) * itdb_itunesdb: itdb_cp_track_to_ipod() will now determine the number of available F.. dirs before copying by calling new function itdb_count_musicdirs() git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1088 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index df333ad..e82ef3d 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ libgpod is a library meant to abstract access to an iPod content. It
provides an easy to use API to retrieve the list of files and playlist
stored on an iPod, to modify them and to save them back to the iPod.
-This code was originally part of gtkpod (www.gtkpod.org), when the iPod
+This code was originally part of gtkpod (www.gtkpod.org). When the iPod
content parsing code was made to be self-contained with gtkpod 0.93,
we chose to put this code in a separate library so that other project
can benefit from it without duplicating code.