summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
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.h
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.h')
-rw-r--r--tests/scanner/annotation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h
index 798594b1..0f47d22e 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -149,4 +149,7 @@ struct AnnotationStruct
AnnotationObject *objects[10];
};
+void annotation_ptr_array (GPtrArray *array);
+
#endif /* __ANNOTATION_OBJECT_H__ */
+