From 5b02248eb39cb1cdd1ca6f7daf0ce34585c4225c Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 9 Oct 2005 16:27:46 +0000 Subject: * 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 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 --- bindings/python/gpod.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings/python') 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); -- cgit