summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page34
1 files changed, 19 insertions, 15 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page
index 79844c66..a92a4f35 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationListCallback.page
@@ -1,25 +1,29 @@
<?xml version="1.0"?>
<page id="Regress.AnnotationListCallback"
type="topic"
- style="default"
+ style="callback"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
- <link xref="index" group="default" type="guide"/>
-
+ <link xref="index" group="callback" type="guide"/>
</info>
<title>Regress.AnnotationListCallback</title>
-
-
-
- <p>This is a callback taking a list.</p>
-
-
-
-
-
-
-
+ <synopsis><code mime="text/x-gjs">
+function onAnnotationListCallback(in: Array(String)): Array(String) {
+}
+ </code></synopsis>
+ <p>This is a callback taking a list.</p>
+
+<terms>
+<item>
+<title><code>in</code></title>
+ <p>list of strings</p>
+</item>
+<item>
+<title><code>Returns</code></title>
+
+</item>
+</terms>
+
</page>