diff options
author | Colin Walters <walters@verbum.org> | 2009-06-23 17:51:15 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-06-23 17:58:38 -0400 |
commit | 8ef942ed56236380cbc9acc445926bfa534cc58a (patch) | |
tree | 69ac42a0e9f5b8e33926dc98505cd2fedea91d08 /tests/scanner/annotation.h | |
parent | feee5b3fa9f79b3085388e181d5f6473749d84b8 (diff) | |
download | gobject-introspection-8ef942ed56236380cbc9acc445926bfa534cc58a.tar.gz |
Bug 579008 - Don't override element-type for arrays
Annotation parser patch from: Tim Horton <hortont424@gmail.com>
If an explicit element type is specified, don't override it with
guint8.
Diffstat (limited to 'tests/scanner/annotation.h')
-rw-r--r-- | tests/scanner/annotation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h index 745a94b6..798594b1 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -129,6 +129,8 @@ void annotation_versioned (void); char ** annotation_string_zero_terminated (void); void annotation_string_zero_terminated_out (char ***out); +void annotation_string_array_length (guint n_properties, const gchar * const properties[]); + void annotation_object_extra_annos (AnnotationObject *object); void annotation_custom_destroy (AnnotationCallback callback, |