summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 9f326405..37213548 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -251,7 +251,8 @@ struct _RegressTestSimpleBoxedA
RegressTestEnum some_enum;
};
-GType regress_test_simple_boxed_a_get_type (void);
+/* Intentionally uses _get_gtype */
+GType regress_test_simple_boxed_a_get_gtype (void);
RegressTestSimpleBoxedA *regress_test_simple_boxed_a_copy (RegressTestSimpleBoxedA *a);
gboolean regress_test_simple_boxed_a_equals (RegressTestSimpleBoxedA *a,
RegressTestSimpleBoxedA *other_a);