diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-10 08:45:43 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-09-10 08:45:43 +0000 |
| commit | 14a16cde42e55f6f889f84fc77c2824b52a2975e (patch) | |
| tree | ac219bfc7e1284e36886e85d923c3fa6a54d9757 | |
| parent | fd539669ab1db9e43154072e91100496d06ad49b (diff) | |
| download | libgpod-14a16cde42e55f6f889f84fc77c2824b52a2975e.tar.gz libgpod-14a16cde42e55f6f889f84fc77c2824b52a2975e.tar.xz libgpod-14a16cde42e55f6f889f84fc77c2824b52a2975e.zip | |
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* README: added quick description of the library purpose
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1081 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | README | 7 |
2 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-09-10 Christophe Fergeau <teuf@gnome.org> + * README: added quick description of the library purpose + +2005-09-10 Christophe Fergeau <teuf@gnome.org> + * AUTHORS: * COPYING: * INSTALL: @@ -0,0 +1,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 (gtkpod.sf.net), 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. |
