summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 16:00:09 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 16:00:09 -0500
commitcc4b80c6fdd1dfb9e22084338b8f3f5a01d70cd8 (patch)
tree95df2327b071e2108ff2ae2c162ebe63cd2f1023 /xml
parent42c18543fae15305c50b07c6aaa8a29b2f54fc9e (diff)
downloadat-spi2-core-cc4b80c6fdd1dfb9e22084338b8f3f5a01d70cd8.tar.gz
Accessible.xml: document the GetIndexInParent method
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml6
1 files changed, 6 insertions, 0 deletions
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>