summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-03 09:29:23 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-07 04:29:15 -0500
commitd06a453042dfc21a5bfc99f9c770d6cdfaf86939 (patch)
tree6d8aa3c0a14fa14c39c99d6fbbe9af569ff03886 /tests/scanner/annotation.c
parent06f2eb7c305bb717edeec84ebf39b113bf3481a5 (diff)
downloadgobject-introspection-d06a453042dfc21a5bfc99f9c770d6cdfaf86939.tar.gz
annotation: Fix invalid type
I'm quite sure this is a typo rather than an intended thing. This will gain a test and a warning soon. https://bugzilla.gnome.org/show_bug.cgi?id=693098
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 1181644a..f3cfb424 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -753,7 +753,7 @@ regress_annotation_set_source_file (const char *fname)
/**
* regress_annotation_ptr_array:
- * @array: (element-type GLib.Value): the array
+ * @array: (element-type GObject.Value): the array
*/
void
regress_annotation_ptr_array (GPtrArray *array)