summaryrefslogtreecommitdiff
path: root/gi/gimodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/gimodule.c')
-rw-r--r--gi/gimodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/gimodule.c b/gi/gimodule.c
index 766fd341..657e745d 100644
--- a/gi/gimodule.c
+++ b/gi/gimodule.c
@@ -1926,7 +1926,7 @@ _wrap_pyg_variant_type_from_string (PyObject *self, PyObject *args)
py_type = pygi_type_import_by_name ("GLib", "VariantType");
- py_variant = pygi_boxed_new ( (PyTypeObject *) py_type, type_string, FALSE, 0);
+ py_variant = pygi_boxed_new ( (PyTypeObject *) py_type, type_string, FALSE, 0, NULL);
return py_variant;
}