[at-spi2-core: 10/19] Accessible.xml: document the GetIndexInParent method




commit cc4b80c6fdd1dfb9e22084338b8f3f5a01d70cd8
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 16:00:09 2022 -0500

    Accessible.xml: document the GetIndexInParent method

 xml/Accessible.xml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index 94d8fd91..ad6d7d9e 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -109,6 +109,12 @@
       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/>
     </method>
 
+    <!--
+        GetIndexInParent:
+
+        Returns the 0-based index at which the object would be returned by calling
+        GetChildren on its parent.
+    -->
     <method name="GetIndexInParent">
       <arg direction="out" type="i"/>
     </method>


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