From 12e9b7f89e18c135d175ba706711a447e5d29662 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 4 Oct 2008 20:01:19 +0000 Subject: [PATCH] Add missing annotation_object_get_type, fix up expected GIR svn path=/trunk/; revision=658 --- tests/scanner/annotation-expected.gir | 388 +++++++++++--------------- tests/scanner/annotation.h | 2 + 2 files changed, 164 insertions(+), 226 deletions(-) diff --git a/tests/scanner/annotation-expected.gir b/tests/scanner/annotation-expected.gir index 4f8c1f60..75354048 100644 --- a/tests/scanner/annotation-expected.gir +++ b/tests/scanner/annotation-expected.gir @@ -7,236 +7,172 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + diff --git a/tests/scanner/annotation.h b/tests/scanner/annotation.h index 0e660015..57c0f853 100644 --- a/tests/scanner/annotation.h +++ b/tests/scanner/annotation.h @@ -16,6 +16,8 @@ struct _AnnotationObjectClass GObjectClass parent_class; }; +GType annotation_object_get_type (void); + gint annotation_object_method (AnnotationObject *object); gint annotation_object_out (AnnotationObject *object, int *outarg); -- 2.34.1