summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-03-16 17:31:47 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-03-16 17:31:47 -0400
commit30e66074ef6268b4e332049e86d904c52d9bd1db (patch)
tree13c9526f49da12fd7e2a4cd9cb75451c6b96b90f /tests/gimarshallingtests.h
parent2d39aac59cb245b81e7c92abf816b90d8916aace (diff)
downloadgobject-introspection-30e66074ef6268b4e332049e86d904c52d9bd1db.tar.gz
[tests] add a gclosure_return method to test passing GClosures between methods
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 6ab99da7..752147b6 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -409,7 +409,7 @@ void gi_marshalling_tests_gvalue_inout (GValue **value);
/* GClosure */
void gi_marshalling_tests_gclosure_in (GClosure *closure);
-
+GClosure *gi_marshalling_tests_gclosure_return (void);
/* Pointer */