summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatijs van Zuijlen <matijs@matijs.net>2014-04-05 17:16:21 +0200
committerSimon Feltman <sfeltman@src.gnome.org>2014-08-15 17:46:28 -0700
commit57d0362fe83bda8457cb5a5787635c5acda091ff (patch)
treeaecb85321e6a0784af524cf3b0e45ea81ee35ea6
parent29838038a5661eaa5513ee9d7d922a12b65620bf (diff)
downloadgobject-introspection-57d0362fe83bda8457cb5a5787635c5acda091ff.tar.gz
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
-rw-r--r--tests/gimarshallingtests.c4
1 files 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