summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2016-02-06 20:31:27 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2016-02-08 22:21:27 -0800
commitcd355e86a28bfed7744ac567f06ab18a12d1ad1d (patch)
treef7a5e2d6e30f111325c5412a8f95c5794a5ea642 /tests/scanner/regress.h
parentcbd238445f23eff22e61d2f973c45339f089a4d8 (diff)
downloadgobject-introspection-cd355e86a28bfed7744ac567f06ab18a12d1ad1d.tar.gz
tests: Add regression test for signal w. array+len
This is a regression test for marshalling callback arguments from signals with an array parameter and separate length parameter into closures in the introspected language. https://bugzilla.gnome.org/show_bug.cgi?id=761659
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 780f8e21..c1106902 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -828,6 +828,9 @@ _GI_TEST_EXTERN
void regress_test_obj_emit_sig_with_uint64 (RegressTestObj *obj);
_GI_TEST_EXTERN
+void regress_test_obj_emit_sig_with_array_len_prop (RegressTestObj *obj);
+
+_GI_TEST_EXTERN
int regress_test_obj_instance_method (RegressTestObj *obj);
_GI_TEST_EXTERN