From 34c625379fc4e2d630194a1ee945c0c3a71564f4 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 1 Sep 2008 21:17:26 +0000 Subject: add G_TYPE_CLOSURE boxed type in codegen svn path=/trunk/; revision=960 --- codegen/argtypes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'codegen') 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") -- cgit