summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-09-10 16:19:41 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-09-10 16:28:59 +0200
commit9a472fb76c8d603b439562accf0593bb63d86215 (patch)
tree36c26bb241f7dc4713ed192c876763475bf2f79c /tests/gimarshallingtests.h
parent80e12709c105ce4a00af496201004fc8fd355a56 (diff)
downloadgobject-introspection-9a472fb76c8d603b439562accf0593bb63d86215.tar.gz
gimarshallingtests: Add in/out int64 GValue method arguments
See https://bugzilla.gnome.org/show_bug.cgi?id=683596
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 9b88223a..cdcb08e6 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -528,11 +528,13 @@ void gi_marshalling_tests_ghashtable_utf8_full_inout (GHashTable **hash_table);
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_enum (GValue *value);
void gi_marshalling_tests_gvalue_out (GValue **value);
+void gi_marshalling_tests_gvalue_int64_out (GValue **value);
void gi_marshalling_tests_gvalue_out_caller_allocates (GValue *value);
void gi_marshalling_tests_gvalue_inout (GValue **value);