summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-05-12 20:01:11 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-05-12 20:01:11 +0000
commite772ddc7723c8665b34ea788c1fef522c200a4b1 (patch)
tree5dcf04106c1e2ea9cffb062589813b4c8b6e0fd5 /bindings/python
parentad85f0d325d454dd00f9f79557b81809423be87e (diff)
downloadlibgpod-e772ddc7723c8665b34ea788c1fef522c200a4b1.tar.gz
libgpod-e772ddc7723c8665b34ea788c1fef522c200a4b1.tar.xz
libgpod-e772ddc7723c8665b34ea788c1fef522c200a4b1.zip
treat time_t as int
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1431 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/gpod.i.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in
index e13d738..2d00e6c 100644
--- a/bindings/python/gpod.i.in
+++ b/bindings/python/gpod.i.in
@@ -308,6 +308,8 @@ PyObject* sw_get_photo(GList *list, gint index) {
# them utf8 encoded Strings.
typedef char gchar;
+# treat time_t as int
+typedef int time_t;
%typemap(in) guint8 {
unsigned long ival;