summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 15:58:54 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 15:58:54 -0500
commit42c18543fae15305c50b07c6aaa8a29b2f54fc9e (patch)
treeb904c1dc708b17295d7a6a3f8272dce3d3380bac /xml
parent76447d97fc6449835a2e3c105f900d6bbf3a4ca1 (diff)
downloadat-spi2-core-42c18543fae15305c50b07c6aaa8a29b2f54fc9e.tar.gz
Accessible.xml: document the GetChildren method
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index 1dc4e399..94d8fd91 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -97,6 +97,13 @@
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
+ <!--
+ GetChildren:
+
+ Returns a list of the object's accessible children.
+
+ Each array element (so) is a string for the application name, and an object path.
+ -->
<method name="GetChildren">
<arg direction="out" type="a(so)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/>