summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-01-22 03:32:44 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2012-01-26 11:44:28 -0500
commit5847211eb5184819d5f56d12bf4a275570b6516a (patch)
tree9b96fe3e66a0df25d20af58e2fc957b08f187d73 /tests/gimarshallingtests.h
parentdf4a6ff72eb51de034c8e70af94c1a709d1e8dc7 (diff)
downloadgobject-introspection-5847211eb5184819d5f56d12bf4a275570b6516a.tar.gz
tests: Add more interesting marshalling tests for GTypes
https://bugzilla.gnome.org/show_bug.cgi?id=668426
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index e80a0e5e..23a03b23 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -236,10 +236,16 @@ void gi_marshalling_tests_time_t_inout (time_t *time_t_);
GType gi_marshalling_tests_gtype_return (void);
+GType gi_marshalling_tests_gtype_string_return (void);
+
void gi_marshalling_tests_gtype_in (GType gtype);
+void gi_marshalling_tests_gtype_string_in (GType gtype);
+
void gi_marshalling_tests_gtype_out (GType *gtype);
+void gi_marshalling_tests_gtype_string_out (GType *gtype);
+
void gi_marshalling_tests_gtype_inout (GType *gtype);