summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-01-14 12:34:06 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-01-14 12:34:06 +0100
commit5e4ddbcb8eacede04d5ade9e630d2efe29c022a0 (patch)
treecacbf643f57edf78b0a2e62d70807e5ffa4a9f6e /tests/gimarshallingtests.h
parent2a1c4df3c078e5ab43f8e752fb61367cd4234662 (diff)
downloadgobject-introspection-5e4ddbcb8eacede04d5ade9e630d2efe29c022a0.tar.gz
gimarshallingtests: Add method taking a GParamSpec argument
Add gi_marshalling_tests_param_spec_in_bool(), supplementing the already existing tests for a GParamSpec out argument and return value. https://bugzilla.gnome.org/show_bug.cgi?id=682355
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 74090f05..10179c68 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -1003,6 +1003,7 @@ void gi_marshalling_tests_gerror_out_transfer_none(GError **err, const gchar **d
GError *gi_marshalling_tests_gerror_return(void);
/* GParamSpec */
+void gi_marshalling_tests_param_spec_in_bool(const GParamSpec *param);
GParamSpec *gi_marshalling_tests_param_spec_return (void);
void gi_marshalling_tests_param_spec_out(GParamSpec **param);