summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h8
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 */