summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page
index cbda2a17..b226c3d1 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_closure_variant.page
@@ -13,7 +13,7 @@
</api:returns>
<api:name>regress_test_closure_variant</api:name>
<api:arg>
- <api:type>GObject.Closure</api:type>
+ <api:type>Function</api:type>
<api:name>closure</api:name>
</api:arg>
<api:arg>
@@ -24,7 +24,7 @@
</info>
<title>Regress.test_closure_variant</title>
<synopsis><code mime="text/x-gjs">
-function test_closure_variant(closure: <link href="../GObject-2.0/GObject.Closure.html">GObject.Closure</link>, arg: <link href="../GLib-2.0/GLib.Variant.html">GLib.Variant</link>): <link href="../GLib-2.0/GLib.Variant.html">GLib.Variant</link> {
+function test_closure_variant(closure: Function, arg: <link href="../GLib-2.0/GLib.Variant.html">GLib.Variant</link>): <link href="../GLib-2.0/GLib.Variant.html">GLib.Variant</link> {
// Gjs wrapper for regress_test_closure_variant()
}
</code></synopsis>
@@ -41,7 +41,7 @@ function test_closure_variant(closure: <link href="../GObject-2.0/GObject.Closur
</item>
<item>
<title><code>Returns</code></title>
-
+ <p>the return value of <code>closure</code></p>
</item>
</terms>