From 57d0362fe83bda8457cb5a5787635c5acda091ff Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sat, 5 Apr 2014 17:16:21 +0200 Subject: tests: Fix annotation for int8_out The annotation for gi_marshalling_tests_object_int8_out used the wrong function name, causing the annotation not to be picked up. https://bugzilla.gnome.org/show_bug.cgi?id=727665 --- tests/gimarshallingtests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c index 18ed1ac6..59b5ba99 100644 --- a/tests/gimarshallingtests.c +++ b/tests/gimarshallingtests.c @@ -4264,7 +4264,7 @@ gi_marshalling_tests_object_full_inout (GIMarshallingTestsObject **object) } /** - * gi_marshalling_tests_object_test_int8_in: + * gi_marshalling_tests_object_int8_in: * @in: (in): */ void @@ -4274,7 +4274,7 @@ gi_marshalling_tests_object_int8_in (GIMarshallingTestsObject *object, gint8 in) } /** - * gi_marshalling_tests_object_test_int8_out: + * gi_marshalling_tests_object_int8_out: * @out: (out): */ void -- cgit v1.2.1