summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-07-02 19:13:53 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2013-07-02 19:13:53 -0700
commit049c7fd7cf1faaf1ddcd6ed5445dfaceefe70295 (patch)
tree31bb658059afa48d0e3fad1a5b6e9d2421071c37 /tests/gimarshallingtests.h
parent487411db1162323522572f3aebfc423e1706cb69 (diff)
downloadgobject-introspection-049c7fd7cf1faaf1ddcd6ed5445dfaceefe70295.tar.gz
gimarshallingtests: Add test for GValue pass-by-reference
https://bugzilla.gnome.org/show_bug.cgi?id=701058
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 33f3b3e9..3b436f0c 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -545,6 +545,7 @@ GValue *gi_marshalling_tests_gvalue_return (void);
void gi_marshalling_tests_gvalue_in (GValue *value);
void gi_marshalling_tests_gvalue_int64_in (GValue *value);
void gi_marshalling_tests_gvalue_in_with_type (GValue *value, GType type);
+void gi_marshalling_tests_gvalue_in_with_modification (GValue *value);
void gi_marshalling_tests_gvalue_in_enum (GValue *value);