summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2008-12-09 00:07:08 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-12-09 00:07:08 +0000
commitc1eb0a1670b41ffaa254310284a025ddc25c11a1 (patch)
tree559da38d33d7d84a649f39d3b9f6625d239846b4 /tests/scanner/annotation.h
parent076bf783f0a4e1362f08cbc2dd986f85a8afaf5f (diff)
downloadgobject-introspection-c1eb0a1670b41ffaa254310284a025ddc25c11a1.tar.gz
Bug 563742 – introspection should record the introduced version of
2008-12-08 Tristan Van Berkom <tristan.van.berkom@gmail.com> Bug 563742 – introspection should record the introduced version of symbols marked with the "Since:" tag reviewed by: Johan * giscanner/ast.py: * giscanner/girwriter.py: * giscanner/scannerlexer.l: * giscanner/transformer.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: * tests/scanner/annotation.c (annotation_versioned): * tests/scanner/annotation.h: svn path=/trunk/; revision=988
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r--tests/scanner/annotation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h
index 0eecce0b..d6d60916 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -76,8 +76,9 @@ void annotation_object_parse_args (AnnotationObject *object,
GObject* annotation_object_do_not_use (AnnotationObject *object);
-
-void annotation_init (int *argc, char ***argv);
-char ** annotation_return_array (int *length);
+void annotation_init (int *argc,
+ char ***argv);
+char ** annotation_return_array (int *length);
+void annotation_versioned (void);
#endif /* __ANNOTATION_OBJECT_H__ */