diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-11-21 02:53:28 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-11-21 02:53:28 +0000 |
commit | df5c5f82fc1f37624b766ed31ac9830aad3c6b47 (patch) | |
tree | c1f5d99b422887092adbf503851f9cb81eacb71a /tests/scanner/annotation.h | |
parent | 9811af9447b21bfb96ea3acc008e10f0dbb05db1 (diff) | |
download | gobject-introspection-df5c5f82fc1f37624b766ed31ac9830aad3c6b47.tar.gz |
Bug 561617 – Return value array annotations
2008-11-21 Johan Dahlin <jdahlin@async.com.br>
Bug 561617 – Return value array annotations
* giscanner/transformer.py:
* tests/scanner/annotation.c (annotation_return_array):
* tests/scanner/annotation.h:
Add support for (array) for return value annotations as well.
svn path=/trunk/; revision=957
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r-- | tests/scanner/annotation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h index d79c309d..0eecce0b 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -78,5 +78,6 @@ GObject* annotation_object_do_not_use (AnnotationObject *object); void annotation_init (int *argc, char ***argv); +char ** annotation_return_array (int *length); #endif /* __ANNOTATION_OBJECT_H__ */ |