summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-11-05 18:13:24 -0500
committerColin Walters <walters@verbum.org>2012-11-07 09:09:28 -0500
commitaf24c2bf8d07393904c537c0da6eb4481feb84bd (patch)
treed2a6b7552b8b19bf417971dfe4b95758f8c3369a /tests/gimarshallingtests.h
parentdb71321a5b23715ac047058e56c1fcb6a5985376 (diff)
downloadgobject-introspection-af24c2bf8d07393904c537c0da6eb4481feb84bd.tar.gz
gimarshallingtests: Add some GBytes tests
Will be used by gjs for new byte array work. https://bugzilla.gnome.org/show_bug.cgi?id=687696
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 73401eee..1b5d7ce2 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -459,6 +459,11 @@ void gi_marshalling_tests_gptrarray_utf8_full_inout (GPtrArray **parray_);
GByteArray *gi_marshalling_tests_bytearray_full_return (void);
void gi_marshalling_tests_bytearray_none_in (GByteArray* v);
+/* GBytes */
+
+GBytes *gi_marshalling_tests_gbytes_full_return (void);
+void gi_marshalling_tests_gbytes_none_in (GBytes* v);
+
/* GStrv */
GStrv gi_marshalling_tests_gstrv_return (void);