diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2016-02-06 20:31:27 -0800 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2016-02-08 22:21:27 -0800 |
commit | cd355e86a28bfed7744ac567f06ab18a12d1ad1d (patch) | |
tree | f7a5e2d6e30f111325c5412a8f95c5794a5ea642 /tests/scanner/Regress-1.0-C-expected | |
parent | cbd238445f23eff22e61d2f973c45339f089a4d8 (diff) | |
download | gobject-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-1.0-C-expected')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-array-len-prop.page | 4 | ||||
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.TestObj.emit_sig_with_array_len_prop.page | 38 |
2 files changed, 41 insertions, 1 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-array-len-prop.page b/tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-array-len-prop.page index dcb254b1..ab7407d5 100644 --- a/tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-array-len-prop.page +++ b/tests/scanner/Regress-1.0-C-expected/Regress.TestObj-sig-with-array-len-prop.page @@ -14,7 +14,9 @@ void sig-with-array-len-prop (guint* arr, gint len); </code></synopsis> - <p>This test signal similar to GSettings::change-event</p> +<p>This test signal similar to GSettings::change-event. +You can use this with <link xref="Regress.TestObj.emit_sig_with_array_len_prop"/>, or +raise from the introspection client language.</p> <terms> <item> diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.TestObj.emit_sig_with_array_len_prop.page b/tests/scanner/Regress-1.0-C-expected/Regress.TestObj.emit_sig_with_array_len_prop.page new file mode 100644 index 00000000..331e3eb4 --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.TestObj.emit_sig_with_array_len_prop.page @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<page id="Regress.TestObj.emit_sig_with_array_len_prop" + type="topic" + style="method" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + <link xref="Regress.TestObj" group="method" type="guide"/> + <api:function> + <api:returns> + <api:type>void</api:type> + </api:returns> + <api:name>regress_test_obj_emit_sig_with_array_len_prop</api:name> + <api:arg> + <api:type>RegressTestObj*</api:type> + <api:name>obj</api:name> + </api:arg> + </api:function> + </info> + <title>regress_test_obj_emit_sig_with_array_len_prop</title> + <synopsis><code mime="text/x-csrc"> +void regress_test_obj_emit_sig_with_array_len_prop (RegressTestObj* obj); + </code></synopsis> + + +<terms> +<item> +<title><code>obj</code></title> + +</item> +<item> +<title><code>Returns</code></title> + +</item> +</terms> + +</page> |