summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-29 14:00:31 -0400
committerColin Walters <walters@verbum.org>2010-09-29 14:02:35 -0400
commit9e21e287deb34be3a3e2a6d3d1f96e9e71a00c18 (patch)
tree124681f1f5ecbad559bde1beadbaab32aeeb19a9 /tests/scanner/annotation.c
parent022bfc5a66038e43e87c2c22e033f236858dddeb (diff)
downloadgobject-introspection-9e21e287deb34be3a3e2a6d3d1f96e9e71a00c18.tar.gz
Fix tests
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 9fa422ce..280a9e58 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -89,7 +89,7 @@ annotation_object_class_init (AnnotationObjectClass *klass)
/**
* AnnotationObject::list-signal:
* @annotation: the annotation object
- * @list: (type GLib.List) (element-type utf8): (transfer container): a list of strings
+ * @list: (type GLib.List) (element-type utf8) (transfer container): a list of strings
*
* This is a signal which takes a list of strings, but it's not
* known by GObject as it's only marked as G_TYPE_POINTER
@@ -210,7 +210,7 @@ annotation_object_out (AnnotationObject *object, int *outarg)
*
* This is a test for in arguments
*
- * @inarg: (in): (transfer none): This is an argument test
+ * @inarg: (in) (transfer none): This is an argument test
* Return value: an int
*/
gint