summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page22
1 files changed, 6 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page
index 932b1922..331214b3 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page
@@ -6,7 +6,6 @@
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>
@@ -14,34 +13,25 @@
</api:returns>
<api:name>regress_annotation_object_compute_sum_n</api:name>
<api:arg>
- <api:type>[Number]</api:type>
+ <api:type>Array(Number(gint))</api:type>
<api:name>nums</api:name>
</api:arg>
</api:function>
-
</info>
<title>Regress.AnnotationObject.prototype.compute_sum_n</title>
-
-<synopsis><code mime="text/x-gjs">
-function compute_sum_n(nums:[Number]):void {
+ <synopsis><code mime="text/x-gjs">
+function compute_sum_n(nums: Array(Number(gint))): void {
// Gjs wrapper for regress_annotation_object_compute_sum_n()
}
-</code></synopsis>
+ </code></synopsis>
+ <p>Test taking an array with length parameter</p>
-
- <p>Test taking an array with length parameter</p>
-
-
-
-
<terms>
<item>
<title><code>nums</code></title>
-<p>Sequence of
+ <p>Sequence of
numbers that are zero-terminated</p>
</item>
</terms>
-
-
</page>