summaryrefslogtreecommitdiff
path: root/tests/regressextra.h
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-02-16 09:59:31 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-02-16 09:59:31 +0100
commit91a25c2aa1776e5e5757dc317a798615c31b3854 (patch)
treee95a1b50ff94bb194b316b277cc367dad3511952 /tests/regressextra.h
parente00e38f9c44568f7fab643a069f86c576011ddcc (diff)
downloadpygobject-91a25c2aa1776e5e5757dc317a798615c31b3854.tar.gz
tests: Add a test for a out transfer-none boxed array
Makes sure we copy the array items as well.
Diffstat (limited to 'tests/regressextra.h')
-rw-r--r--tests/regressextra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regressextra.h b/tests/regressextra.h
index 0753cddc..bfc6c3b0 100644
--- a/tests/regressextra.h
+++ b/tests/regressextra.h
@@ -14,4 +14,7 @@ RegressTestBoxedCWrapper * regress_test_boxed_c_wrapper_copy (RegressTestBoxedCW
_GI_TEST_EXTERN
RegressTestBoxedC *regress_test_boxed_c_wrapper_get (RegressTestBoxedCWrapper *self);
+_GI_TEST_EXTERN
+void regress_test_array_fixed_boxed_none_out (RegressTestBoxedC ***objs);
+
#endif /* REGRESS_EXTRA_H */