summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorAlex Eftimie <alex@eftimie.ro>2011-06-10 08:38:19 +0300
committerJohn (J5) Palmieri <johnp@redhat.com>2011-06-17 16:49:38 -0400
commit83fe28920512a3e8bc5cdeeb3d59be6f19b80bac (patch)
treef544e8ea5e961bece6293fdf215d734d5e4659af /tests/gimarshallingtests.h
parentfdfa839105f792890152d558882bab89d64522b5 (diff)
downloadgobject-introspection-83fe28920512a3e8bc5cdeeb3d59be6f19b80bac.tar.gz
Added marshalling tests for GPtrArray
https://bugzilla.gnome.org/show_bug.cgi?id=652256
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index ae5d47cb..63a4a6a3 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -422,6 +422,23 @@ void gi_marshalling_tests_garray_utf8_none_inout (GArray **array_);
void gi_marshalling_tests_garray_utf8_container_inout (GArray **array_);
void gi_marshalling_tests_garray_utf8_full_inout (GArray **array_);
+/* GPtrArray */
+GPtrArray *gi_marshalling_tests_gptrarray_int_none_return (void);
+GPtrArray *gi_marshalling_tests_gptrarray_utf8_none_return (void);
+GPtrArray *gi_marshalling_tests_gptrarray_utf8_container_return (void);
+GPtrArray *gi_marshalling_tests_gptrarray_utf8_full_return (void);
+
+void gi_marshalling_tests_gptrarray_int_none_in (GPtrArray *parray_);
+void gi_marshalling_tests_gptrarray_utf8_none_in (GPtrArray *parray_);
+
+void gi_marshalling_tests_gptrarray_utf8_none_out (GPtrArray **parray_);
+void gi_marshalling_tests_gptrarray_utf8_container_out (GPtrArray **parray_);
+void gi_marshalling_tests_gptrarray_utf8_full_out (GPtrArray **parray_);
+
+void gi_marshalling_tests_gptrarray_utf8_none_inout (GPtrArray **parray_);
+void gi_marshalling_tests_gptrarray_utf8_container_inout (GPtrArray **parray_);
+void gi_marshalling_tests_gptrarray_utf8_full_inout (GPtrArray **parray_);
+
/* GByteArray */
GByteArray *gi_marshalling_tests_bytearray_full_return (void);