summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-05-27 00:08:20 -0300
committerJohan Dahlin <johan@gnome.org>2010-05-27 00:09:55 -0300
commite77f99fba5fce4dd0d4810707aa1aeac2ba0fb50 (patch)
treea837d6e79a57c2f085f42a8794dc535afc6d51a7 /tests/scanner/annotation.c
parent666bb8d76a648011a49f14b6db4558e256c8e31b (diff)
downloadgobject-introspection-e77f99fba5fce4dd0d4810707aa1aeac2ba0fb50.tar.gz
[scanner] Element-type annotation for GArray types
Add support for (element-type) annotations for G*Array types. https://bugzilla.gnome.org/show_bug.cgi?id=619545
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index fb025b97..e1376e4c 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -673,4 +673,13 @@ annotation_set_source_file (const char *fname)
{
}
+/**
+ * annotation_ptr_array:
+ * @array: (element-type GLib.Value): the array
+ */
+void
+annotation_ptr_array (GPtrArray *array)
+{
+}
+
char backslash_parsing_tester_2 = '\\';