diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-09 16:27:46 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-09 16:27:46 +0000 |
| commit | 5b02248eb39cb1cdd1ca6f7daf0ce34585c4225c (patch) | |
| tree | 380208d30975c2562189c0f518c48f1db55b3584 /bindings/python | |
| parent | 1e6147b63567fd2c0f424dda4a05323b21991f03 (diff) | |
| download | libgpod-5b02248eb39cb1cdd1ca6f7daf0ce34585c4225c.tar.gz libgpod-5b02248eb39cb1cdd1ca6f7daf0ce34585c4225c.tar.xz libgpod-5b02248eb39cb1cdd1ca6f7daf0ce34585c4225c.zip | |
* bindings/python/gpod.i: applied Kelvin Lawson's patch to query
integers.
* src/ipod-device.[ch],hal-common.[ch],Makefile.am: code ported
from libipoddevice to retrieve information about the iPod
without libhal dependence.
* tests/test-ipod-device.c: small script to show how to to query
the iPod for information.
* tests/Makefile.am: initialize <LIBS> with better default
* configure.ac: add dependency for libgobject
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1113 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/gpod.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/gpod.i b/bindings/python/gpod.i index 7bfab55..610a288 100644 --- a/bindings/python/gpod.i +++ b/bindings/python/gpod.i @@ -34,6 +34,8 @@ PyObject* sw_get_playlists(Itdb_iTunesDB *itdb) { typedef char gchar; typedef int gboolean; +typedef int gint32; +typedef unsigned int guint32; PyObject* sw_get_tracks(Itdb_iTunesDB *itdb); PyObject* sw_get_playlists(Itdb_iTunesDB *itdb); |
