summaryrefslogtreecommitdiff
path: root/tests/scanner/gettype.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/gettype.h')
-rw-r--r--tests/scanner/gettype.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/scanner/gettype.h b/tests/scanner/gettype.h
index 755f091c..5adab579 100644
--- a/tests/scanner/gettype.h
+++ b/tests/scanner/gettype.h
@@ -3,6 +3,8 @@
#include <glib-object.h>
+#include "gitestmacros.h"
+
#define GETTYPE_TYPE_OBJECT (gettype_object_get_type ())
#define GETTYPE_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GETTYPE_TYPE_OBJECT, GetTypeObject))
#define GETTYPE_IS_OBJECT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GETTYPE_TYPE_OBJECT))
@@ -19,11 +21,20 @@ struct _GetTypeObjectClass
GObjectClass parent_class;
};
+_GI_TEST_EXTERN
GType gettype_object_get_type (void) G_GNUC_CONST;
+
+_GI_TEST_EXTERN
GetTypeObject* gettype_object_new (void);
+
+_GI_TEST_EXTERN
GType gettype_object_nonmeta1_get_type (GetTypeObject *obj);
+
+_GI_TEST_EXTERN
gboolean gettype_object_nonmeta2_get_type (void);
+
+_GI_TEST_EXTERN
gboolean gettype_object_nonmeta_get_gtype (void);
#endif /* __GETTYPE_OBJECT_H__ */