summaryrefslogtreecommitdiff
path: root/tests/regressextra.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressextra.h')
-rw-r--r--tests/regressextra.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/regressextra.h b/tests/regressextra.h
new file mode 100644
index 00000000..0753cddc
--- /dev/null
+++ b/tests/regressextra.h
@@ -0,0 +1,17 @@
+#ifndef REGRESS_EXTRA_H
+#define REGRESS_EXTRA_H
+
+typedef struct _RegressTestBoxedC RegressTestBoxedC;
+typedef struct _RegressTestBoxedCWrapper RegressTestBoxedCWrapper;
+
+_GI_TEST_EXTERN
+GType regress_test_boxed_c_wrapper_get_type (void);
+
+_GI_TEST_EXTERN
+RegressTestBoxedCWrapper *regress_test_boxed_c_wrapper_new (void);
+_GI_TEST_EXTERN
+RegressTestBoxedCWrapper * regress_test_boxed_c_wrapper_copy (RegressTestBoxedCWrapper *self);
+_GI_TEST_EXTERN
+RegressTestBoxedC *regress_test_boxed_c_wrapper_get (RegressTestBoxedCWrapper *self);
+
+#endif /* REGRESS_EXTRA_H */