diff options
author | Johan Dahlin <johan@src.gnome.org> | 2009-01-14 21:33:29 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-14 21:33:29 +0000 |
commit | 55aca91f752a6676eabf3be8d940361ea1dcdc35 (patch) | |
tree | 64fde346c0174cf67176ee884b231944e654bd61 /tests/scanner/annotation.h | |
parent | d953f65ad20ea6ecc39882de8230bb2522ea1a04 (diff) | |
download | gobject-introspection-55aca91f752a6676eabf3be8d940361ea1dcdc35.tar.gz |
Add a few more test-cases
svn path=/trunk/; revision=1038
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 59905134..70cf3c70 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -106,6 +106,8 @@ void annotation_init (int *argc, char ***argv); char ** annotation_return_array (int *length); void annotation_versioned (void); +char ** annotation_string_zero_terminated (void); +void annotation_string_zero_terminated_out (char ***out); /** * AnnotationStruct: |