summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 19:55:45 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 19:55:45 -0500
commitb35275d74d8e1e5685034469da794bcd95cb6356 (patch)
tree3f160d8c411101ea956c4bfdf98eebfa6f4cea16 /xml
parente415c14c8e30bfcd2ee82dc941a12a4d01092e45 (diff)
downloadat-spi2-core-b35275d74d8e1e5685034469da794bcd95cb6356.tar.gz
Accessible.xml: Document the GetApplication 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 0a6ff8db..c14a7e95 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -974,6 +974,12 @@
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>
</method>
+ <!--
+ GetApplication:
+
+ Returns a string for the application name, and an object path for the containing
+ application object.
+ -->
<method name="GetApplication">
<arg direction="out" type="(so)"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>