pygobject r757 - in trunk: . codegen



Author: johan
Date: Sun Apr  6 17:21:46 2008
New Revision: 757
URL: http://svn.gnome.org/viewvc/pygobject?rev=757&view=rev

Log:
2008-04-06  Johan Dahlin  <johan gnome org>

	* codegen/argtypes.py (arg): Add goffset to the int64 arg type



Modified:
   trunk/ChangeLog
   trunk/codegen/argtypes.py

Modified: trunk/codegen/argtypes.py
==============================================================================
--- trunk/codegen/argtypes.py	(original)
+++ trunk/codegen/argtypes.py	Sun Apr  6 17:21:46 2008
@@ -994,6 +994,7 @@
 arg = Int64Arg()
 matcher.register('gint64', arg)
 matcher.register('long-long', arg)
+matcher.register('goffset', arg)
 
 arg = UInt64Arg()
 matcher.register('guint64', arg)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]