summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page22
1 files changed, 6 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page
index d38a4488..6915fcc3 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooInterface.static_method.page
@@ -6,7 +6,6 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="Regress.FooInterface" group="function" type="guide"/>
<api:function>
<api:returns>
@@ -14,26 +13,19 @@
</api:returns>
<api:name>regress_foo_interface_static_method</api:name>
<api:arg>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
<api:name>x</api:name>
</api:arg>
</api:function>
-
</info>
- <title>static_method</title>
-
-<synopsis><code mime="text/x-gjs">
-function static_method(x:Number):void {
+ <title>Regress.FooInterface.static_method</title>
+ <synopsis><code mime="text/x-gjs">
+function static_method(x: Number(gint)): void {
// Gjs wrapper for regress_foo_interface_static_method()
}
-</code></synopsis>
+ </code></synopsis>
+
-
-
-
-
-
-
<terms>
<item>
<title><code>x</code></title>
@@ -41,6 +33,4 @@ function static_method(x:Number):void {
</item>
</terms>
-
-
</page>