diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-01-14 08:48:03 +0100 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-01-14 08:48:03 +0100 |
commit | d94aa67674261cf921f5a29565c21ebe1ad42a31 (patch) | |
tree | 23da6c87b7aae02569f69ad6b7dd856e005e9b13 /tests/gimarshallingtests.h | |
parent | 63c9759e17ef5ac71c50d5ac91289714db19b587 (diff) | |
download | gobject-introspection-d94aa67674261cf921f5a29565c21ebe1ad42a31.tar.gz |
gimarshallingtests: Add boxed GList property
https://bugzilla.gnome.org/show_bug.cgi?id=684059
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 6ac212e7..74090f05 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -1082,6 +1082,7 @@ struct _GIMarshallingTestsPropertiesObject { gdouble some_double; gchar **some_strv; GIMarshallingTestsBoxedStruct* some_boxed_struct; + GList* some_boxed_glist; GVariant *some_variant; }; |