summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@epitech.eu>2012-08-20 22:43:29 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-08-20 22:46:23 +0200
commit4aed22c74b16325a7fb167afb6390bc71d8a41b7 (patch)
tree5d56da9ae4ee859cf31cfe7454acbc37236c0d3e /tests/gimarshallingtests.h
parentd8970fbc500a8b20853b564536251315587450d9 (diff)
downloadgobject-introspection-4aed22c74b16325a7fb167afb6390bc71d8a41b7.tar.gz
gimarshallingtests: Add GParamSpec return and (out) argument
https://bugzilla.gnome.org/show_bug.cgi?id=681565 Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 7bcbffbd..9b88223a 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -954,6 +954,10 @@ void gi_marshalling_tests_gerror_out(GError **error, gchar **debug);
void gi_marshalling_tests_gerror_out_transfer_none(GError **err, const gchar **debug);
GError *gi_marshalling_tests_gerror_return(void);
+/* GParamSpec */
+GParamSpec *gi_marshalling_tests_param_spec_return();
+void gi_marshalling_tests_param_spec_out(GParamSpec **param);
+
/* Overrides */
#define GI_MARSHALLING_TESTS_OVERRIDES_CONSTANT 42