summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.h
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-09-15 14:46:19 +0000
committerColin Walters <walters@src.gnome.org>2008-09-15 14:46:19 +0000
commitfc363396107d56175766223446c38757db3f97c9 (patch)
treea37ed1e5dd9523e380d7af62281a9a9dc1e55725 /tests/scanner/annotation.h
parent6220930672de3cdb13343317109637cb3f8ffedf (diff)
downloadgobject-introspection-fc363396107d56175766223446c38757db3f97c9.tar.gz
Bug 552065: Add deprecation information to GIR
* giscanner/ast.py: Add deprecation attributes. * giscanner/girwriter.py: Write out deprecation data. * girepository/girparser.c: Relax parsing; deprecated attribute now includes freeform string. * giscanner/scannerlexer.l: Parse Deprecated. * giscanner/transformer.py: Look for deprecated attribute on functions. * tests/scanner/*: Add a Deprecated test. svn path=/trunk/; revision=603
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 02a51634..2e2e4431 100644
--- a/tests/scanner/annotation.h
+++ b/tests/scanner/annotation.h
@@ -38,4 +38,7 @@ gint annotation_object_calleesowns (AnnotationObject *object,
GList* annotation_object_get_strings (AnnotationObject *object);
GSList* annotation_object_get_objects (AnnotationObject *object);
+GObject* annotation_object_do_not_use (AnnotationObject *object);
+
+
#endif /* __ANNOTATION_OBJECT_H__ */