diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | codegen/argtypes.py | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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") |
