diff options
Diffstat (limited to 'gi/pygi-info.c')
-rw-r--r-- | gi/pygi-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pygi-info.c b/gi/pygi-info.c index 4d5b9bb..362e7cd 100644 --- a/gi/pygi-info.c +++ b/gi/pygi-info.c @@ -1245,7 +1245,7 @@ _wrap_g_constant_info_get_value (PyGIBaseInfo *self) type_info = g_constant_info_get_type ( (GIConstantInfo *) self->info); if (g_type_info_get_tag (type_info) == GI_TYPE_TAG_ARRAY) { - value.v_pointer = _pygi_argument_to_array (&value, NULL, NULL, + value.v_pointer = _pygi_argument_to_array (&value, NULL, NULL, NULL, type_info, &free_array); } @@ -1378,7 +1378,7 @@ _wrap_g_field_info_get_value (PyGIBaseInfo *self, } if (g_type_info_get_tag (field_type_info) == GI_TYPE_TAG_ARRAY) { - value.v_pointer = _pygi_argument_to_array (&value, NULL, NULL, + value.v_pointer = _pygi_argument_to_array (&value, NULL, NULL, NULL, field_type_info, &free_array); } |