diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-03 06:58:53 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-11 12:34:53 -0500 |
commit | 86f7acf0f139a917e460db26872b5a4306fca8d2 (patch) | |
tree | 59d48ff2b928d3f08dc2e2d4c4e0359fe4e09c72 /tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page | |
parent | 841a6cfefbb1954ce94c89009be736895b91699c (diff) | |
download | gobject-introspection-86f7acf0f139a917e460db26872b5a4306fca8d2.tar.gz |
tests: Use Regress GIR for doctool
This makes us test a lot more functionality in the doc tool, and
removes the need to have a lot of different test libraries, and
different test infrastructure.
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page b/tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page new file mode 100644 index 00000000..37413f21 --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.test_array_int_full_out.page @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<page id="Regress.test_array_int_full_out" + type="topic" + style="function" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link type="guide" xref="index" group="function"/> + <api:function> + <api:returns> + <api:type>int*</api:type> + </api:returns> + <api:name>regress_test_array_int_full_out</api:name> + <api:arg> + <api:type>int*</api:type> + <api:name>len</api:name> + </api:arg> + </api:function> + + </info> + <title>regress_test_array_int_full_out</title> + +<synopsis><code mime="text/x-csrc"> +int* regress_test_array_int_full_out (int* len); +</code></synopsis> + + + + + + + +<dl> +<dt><p>len :</p></dt> +<dd><p>length of the returned array.</p></dd> +<dt><p>Returns :</p></dt> +<dd><p>a new array of integers.</p></dd> +</dl> + + + +</page> |