summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page32
1 files changed, 13 insertions, 19 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page
index 2828964e..7bf33744 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout3.page
@@ -6,45 +6,39 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="Regress.AnnotationObject" group="method" type="guide"/>
<api:function>
<api:returns>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
</api:returns>
<api:name>regress_annotation_object_inout3</api:name>
<api:arg>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
<api:name>inoutarg</api:name>
</api:arg>
</api:function>
-
</info>
<title>Regress.AnnotationObject.prototype.inout3</title>
-
-<synopsis><code mime="text/x-gjs">
-function inout3(inoutarg:Number):Number {
+ <synopsis><code mime="text/x-gjs">
+function inout3(inoutarg: Number(gint)): [return_value: Number(gint), inoutarg: Number(gint)] {
// Gjs wrapper for regress_annotation_object_inout3()
}
-</code></synopsis>
+ </code></synopsis>
+ <p>This is a 3th test for out arguments</p>
-
- <p>This is a 3th test for out arguments</p>
-
-
-
-
<terms>
<item>
<title><code>inoutarg</code></title>
-<p>This is an argument test</p>
+ <p>This is an argument test</p>
+</item>
+<item>
+<title><code>return_value</code></title>
+
</item>
<item>
-<title><code>Returns</code></title>
-<p>an int</p>
+<title><code>inoutarg (out)</code></title>
+ <p>This is an argument test</p>
</item>
</terms>
-
-
</page>