summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page24
1 files changed, 7 insertions, 17 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page
index 0770d0d3..f3629e20 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj.do_matrix.page
@@ -6,11 +6,10 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="Regress.TestObj" group="method" type="guide"/>
<api:function>
<api:returns>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
</api:returns>
<api:name>regress_test_obj_do_matrix</api:name>
<api:arg>
@@ -18,28 +17,21 @@
<api:name>somestr</api:name>
</api:arg>
</api:function>
-
</info>
<title>Regress.TestObj.prototype.do_matrix</title>
-
-<synopsis><code mime="text/x-gjs">
-function do_matrix(somestr:String):Number {
+ <synopsis><code mime="text/x-gjs">
+function do_matrix(somestr: String): Number(gint) {
// Gjs wrapper for regress_test_obj_do_matrix()
}
-</code></synopsis>
-
-
- <p>This method is virtual. Notably its name differs from the virtual
+ </code></synopsis>
+ <p>This method is virtual. Notably its name differs from the virtual
slot name, which makes it useful for testing bindings handle this
case.</p>
-
-
-
-
+
<terms>
<item>
<title><code>somestr</code></title>
-<p>Meaningless string</p>
+ <p>Meaningless string</p>
</item>
<item>
<title><code>Returns</code></title>
@@ -47,6 +39,4 @@ case.</p>
</item>
</terms>
-
-
</page>