summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page26
1 files changed, 8 insertions, 18 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page
index 226b2b97..3ef203f4 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.in.page
@@ -6,45 +6,35 @@
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_in</api:name>
<api:arg>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
<api:name>inarg</api:name>
</api:arg>
</api:function>
-
</info>
<title>Regress.AnnotationObject.prototype.in</title>
-
-<synopsis><code mime="text/x-gjs">
-function in(inarg:Number):Number {
+ <synopsis><code mime="text/x-gjs">
+function in(inarg: Number(gint)): Number(gint) {
// Gjs wrapper for regress_annotation_object_in()
}
-</code></synopsis>
+ </code></synopsis>
+ <p>This is a test for in arguments</p>
-
- <p>This is a test for in arguments</p>
-
-
-
-
<terms>
<item>
<title><code>inarg</code></title>
-<p>This is an argument test</p>
+ <p>This is an argument test</p>
</item>
<item>
<title><code>Returns</code></title>
-<p>an int</p>
+
</item>
</terms>
-
-
</page>