diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2011-08-30 16:43:18 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-01-06 15:06:12 -0500 |
commit | bc7b3283f907b9a9a92f8e44a1101aa5cf9e928c (patch) | |
tree | 2acebb5184c371e02a33e8885a3754f217a901e5 /tests/gimarshallingtests.h | |
parent | 02410b7e36a5bc02a07e9f9661fed672715f09f8 (diff) | |
download | gobject-introspection-bc7b3283f907b9a9a92f8e44a1101aa5cf9e928c.tar.gz |
tests: Add tests for flat GValue arrays
https://bugzilla.gnome.org/show_bug.cgi?id=657766
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 0ad0569e..5965a82c 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -527,6 +527,14 @@ void gi_marshalling_tests_gvalue_out (GValue **value); void gi_marshalling_tests_gvalue_inout (GValue **value); +void gi_marshalling_tests_gvalue_flat_array (guint n_values, + const GValue *values); + +GValue *gi_marshalling_tests_return_gvalue_flat_array (void); + +GValue *gi_marshalling_tests_gvalue_flat_array_round_trip (const GValue one, + const GValue two, + const GValue three); /* GClosure */ |