summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page28
1 files changed, 11 insertions, 17 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page
index c75d9c27..e1b1ffea 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.annotation_init.page
@@ -6,7 +6,6 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="index" group="function" type="guide"/>
<api:function>
<api:returns>
@@ -14,33 +13,28 @@
</api:returns>
<api:name>regress_annotation_init</api:name>
<api:arg>
- <api:type>[String]</api:type>
+ <api:type>Array(String)</api:type>
<api:name>argv</api:name>
</api:arg>
</api:function>
-
</info>
- <title>annotation_init</title>
-
-<synopsis><code mime="text/x-gjs">
-function annotation_init(argv:[String]):void {
+ <title>Regress.annotation_init</title>
+ <synopsis><code mime="text/x-gjs">
+function annotation_init(argv: Array(String)): Array(String) {
// Gjs wrapper for regress_annotation_init()
}
-</code></synopsis>
+ </code></synopsis>
+
-
-
-
-
-
-
<terms>
<item>
<title><code>argv</code></title>
-<p>The arguments.</p>
+ <p>The arguments.</p>
+</item>
+<item>
+<title><code>argv (out)</code></title>
+ <p>The arguments.</p>
</item>
</terms>
-
-
</page>