diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2013-04-23 22:27:27 +0200 |
---|---|---|
committer | Giovanni Campagna <gcampagna@src.gnome.org> | 2013-04-23 22:30:33 +0200 |
commit | 35bfc13736904e6f8f9f2c8ff49fb1c9518e874a (patch) | |
tree | 49f024bb74aec7d4ab732cb651d763715ce491ba /tests/gimarshallingtests.h | |
parent | eaca1e68664c35981949a9b852936c3fd4d0fc82 (diff) | |
download | gobject-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
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 1 |
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); |