Update of /cvsroot/gtkpod/libgpod/bindings/python
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18283/bindings/python
Modified Files:
gpod.i.in
Log Message:
treat time_t as int
Index: gpod.i.in
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/bindings/python/gpod.i.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gpod.i.in 27 Apr 2007 16:04:44 -0000 1.5
+++ gpod.i.in 12 May 2007 20:01:11 -0000 1.6
@@ -308,6 +308,8 @@
# them utf8 encoded Strings.
typedef char gchar;
+# treat time_t as int
+typedef int time_t;
%typemap(in) guint8 {
unsigned long ival;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2