summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--codegen/argtypes.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa4f48c..959be54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-01 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * codegen/argtypes.py: add G_TYPE_CLOSURE boxed type in codegen.
+
2008-08-31 Johan Dahlin <johan@gnome.org>
* configure.ac:
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")