summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page24
1 files changed, 7 insertions, 17 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page
index e36d25a8..8038a7d0 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.get_strings.page
@@ -6,38 +6,28 @@
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>[String]</api:type>
+ <api:type>Array(String)</api:type>
</api:returns>
<api:name>regress_annotation_object_get_strings</api:name>
</api:function>
-
</info>
<title>Regress.AnnotationObject.prototype.get_strings</title>
-
-<synopsis><code mime="text/x-gjs">
-function get_strings():[String] {
+ <synopsis><code mime="text/x-gjs">
+function get_strings(): Array(String) {
// Gjs wrapper for regress_annotation_object_get_strings()
}
-</code></synopsis>
-
-
- <p>This is a test for returning a list of strings, where
+ </code></synopsis>
+ <p>This is a test for returning a list of strings, where
each string needs to be freed.</p>
-
-
-
-
+
<terms>
<item>
<title><code>Returns</code></title>
-<p>list of strings</p>
+
</item>
</terms>
-
-
</page>