summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2013-04-23 22:27:27 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2013-04-23 22:30:33 +0200
commit35bfc13736904e6f8f9f2c8ff49fb1c9518e874a (patch)
tree49f024bb74aec7d4ab732cb651d763715ce491ba
parenteaca1e68664c35981949a9b852936c3fd4d0fc82 (diff)
downloadgobject-introspection-35bfc13736904e6f8f9f2c8ff49fb1c9518e874a.tar.gz
GIMarshallingTests: remove a function that does not exists
It's breaking the gjs test suite https://bugzilla.gnome.org/show_bug.cgi?id=698698
-rw-r--r--tests/gimarshallingtests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 56c6a0f2..33f3b3e9 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -910,7 +910,6 @@ void gi_marshalling_tests_object_full_out (GIMarshallingTestsObject **object);
void gi_marshalling_tests_object_none_inout (GIMarshallingTestsObject **object);
void gi_marshalling_tests_object_full_inout (GIMarshallingTestsObject **object);
-void gi_marshalling_tests_object_inout_same (GIMarshallingTestsObject **object);
void gi_marshalling_tests_object_int8_in (GIMarshallingTestsObject *object, gint8 in);
void gi_marshalling_tests_object_int8_out (GIMarshallingTestsObject *object, gint8 *out);