From e1e85430f4be3e153b60aedd52f8a6acda4ec1c5 Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Sun, 13 May 2007 17:30:27 +0000 Subject: treat time_t as long git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1433 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/gpod.i.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/python') diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in index 2d00e6c..bd924c9 100644 --- a/bindings/python/gpod.i.in +++ b/bindings/python/gpod.i.in @@ -308,8 +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; +# treat time_t as long +typedef long time_t; %typemap(in) guint8 { unsigned long ival; -- cgit