diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2017-04-03 22:09:04 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2017-04-03 22:09:04 -0700 |
commit | 32d130f1a5829acc5827d43735e15e9198c2971d (patch) | |
tree | d495fd39a015fd3123e22b376574e9aa3021f554 /tests/gimarshallingtests.h | |
parent | 01018a78de0fe47cb9f4b7f27b3c8c1c20b1693d (diff) | |
download | gobject-introspection-32d130f1a5829acc5827d43735e15e9198c2971d.tar.gz |
tests: Add marshalling tests for GValue-valued properties
This is to test GJS's support of GValues boxed inside GValues.
https://bugzilla.gnome.org/show_bug.cgi?id=688128
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 25af019b..0c59952e 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -1970,6 +1970,7 @@ struct _GIMarshallingTestsPropertiesObject { gchar **some_strv; GIMarshallingTestsBoxedStruct* some_boxed_struct; GList* some_boxed_glist; + GValue *some_gvalue; GVariant *some_variant; GObject *some_object; GIMarshallingTestsFlags some_flags; |