summaryrefslogtreecommitdiffstats
path: root/codegen
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-14 18:43:22 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 18:43:22 +0000
commit816cf86462e0f1395bd9c30c85401d747acbfa64 (patch)
tree522e6b66fd9df893cec23966d5c8d3a6575f8b7d /codegen
parentd63d49377bbb4951f81e00c7d833031f5642bb78 (diff)
downloadpygobject-816cf86462e0f1395bd9c30c85401d747acbfa64.tar.gz
pygobject-816cf86462e0f1395bd9c30c85401d747acbfa64.tar.xz
pygobject-816cf86462e0f1395bd9c30c85401d747acbfa64.zip
Map GSeekType to an int
2008-07-14 Johan Dahlin <johan@gnome.org> * codegen/argtypes.py: Map GSeekType to an int * gio/gfileinfo.override: * gio/ginputstream.override: * gio/goutputstream.override: Add comments for missing API svn path=/trunk/; revision=798
Diffstat (limited to 'codegen')
-rw-r--r--codegen/argtypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/codegen/argtypes.py b/codegen/argtypes.py
index 9230193..560c43c 100644
--- a/codegen/argtypes.py
+++ b/codegen/argtypes.py
@@ -981,6 +981,7 @@ matcher.register('guint16', arg)
matcher.register('gint16', arg)
matcher.register('gint32', arg)
matcher.register('GTime', arg)
+matcher.register('GSeekType', arg) # Hack, but we have no python wrapper
arg = LongArg()
matcher.register('long', arg)