summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-07-28 17:54:14 -0400
committerColin Walters <walters@verbum.org>2014-09-05 18:49:22 -0400
commitbce199127da5368700f3105e0bd19bc338810915 (patch)
treedeb2f4889590a3a575d068c566e79e5a5ff942a5 /tests/scanner/Regress-1.0-Gjs-expected
parent9b2effedf08c5842f9ac49896875e5df1f63db4d (diff)
downloadgobject-introspection-bce199127da5368700f3105e0bd19bc338810915.tar.gz
scanner: Honor nested types on array declarations as well
We have special code to look at (type GLib.List(utf8)), but (type GLib.PtrArray(utf8)) didn't work. This allows NetworkManager to annotate the ActiveConnections property. https://bugzilla.gnome.org/show_bug.cgi?id=733879
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-pptrarray.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-pptrarray.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-pptrarray.page
new file mode 100644
index 00000000..2c7cff0a
--- /dev/null
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-pptrarray.page
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<page id="Regress.TestObj-pptrarray"
+ type="topic"
+ style="property"
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:api="http://projectmallard.org/experimental/api/"
+ xmlns:ui="http://projectmallard.org/1.0/ui/">
+ <info>
+ <link xref="Regress.TestObj" group="property" type="guide"/>
+ <title type="link" role="topic">pptrarray</title>
+ </info>
+ <title>Regress.TestObj.pptrarray</title>
+ <synopsis><code mime="text/x-gjs">
+TestObj.pptrarray: Array(String) (Read / Write)
+ </code></synopsis>
+
+
+</page>