[at-spi2-core: 9/19] Accessible.xml: document the GetChildren method




commit 42c18543fae15305c50b07c6aaa8a29b2f54fc9e
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 15:58:54 2022 -0500

    Accessible.xml: document the GetChildren method

 xml/Accessible.xml | 7 +++++++
 1 file changed, 7 insertions(+)
---
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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]