summaryrefslogtreecommitdiffstats
path: root/codegen
diff options
context:
space:
mode:
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 99a3563..061c6f8 100644
--- a/codegen/argtypes.py
+++ b/codegen/argtypes.py
@@ -994,6 +994,7 @@ matcher.register('gulong', arg)
arg = Int64Arg()
matcher.register('gint64', arg)
matcher.register('long-long', arg)
+matcher.register('goffset', arg)
arg = UInt64Arg()
matcher.register('guint64', arg)