diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.annotation_string_array_length.page')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.annotation_string_array_length.page | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.annotation_string_array_length.page b/tests/scanner/Regress-1.0-C-expected/Regress.annotation_string_array_length.page new file mode 100644 index 00000000..520b473a --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.annotation_string_array_length.page @@ -0,0 +1,51 @@ +<?xml version="1.0"?> +<page id="Regress.annotation_string_array_length" + 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>void</api:type> + </api:returns> + <api:name>regress_annotation_string_array_length</api:name> + <api:arg> + <api:type>guint</api:type> + <api:name>n_properties</api:name> + </api:arg> + <api:arg> + <api:type>utf8*</api:type> + <api:name>properties</api:name> + </api:arg> + </api:function> + + </info> + <title>regress_annotation_string_array_length</title> + +<synopsis><code mime="text/x-csrc"> +void regress_annotation_string_array_length (guint n_properties, + utf8* properties); +</code></synopsis> + + + + + + + +<dl> +<dt><p>n_properties :</p></dt> +<dd></dd> +<dt><p>properties :</p></dt> +<dd></dd> +<dt><p>Returns :</p></dt> +<dd></dd> +</dl> + + + +</page> |