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 560c43c..b35f6ef 100644
--- a/codegen/argtypes.py
+++ b/codegen/argtypes.py
@@ -1040,3 +1040,4 @@ matcher.register_object('GObject', None, 'G_TYPE_OBJECT')
del arg
matcher.register('cairo_t*', CairoArg())
+matcher.register_boxed("GClosure", "G_TYPE_CLOSURE")