summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 19:57:30 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 19:57:30 -0500
commit018fb605619b2eb34242e68b491a80dd3d0c222c (patch)
treec38eef591284b7cfd2a08cfc3e467f460f24863e /xml
parentb35275d74d8e1e5685034469da794bcd95cb6356 (diff)
downloadat-spi2-core-018fb605619b2eb34242e68b491a80dd3d0c222c.tar.gz
Accessible.xml: document the GetInterfaces 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 c14a7e95..f0b7893d 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -985,6 +985,12 @@
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReference"/>
</method>
+ <!--
+ GetInterfaces:
+
+ Returns an array of accessible interface names supported by the current object. Interface names
+ are in shorthand, i.e. "Text", not "org.a11y.atspi.Text".
+ -->
<method name="GetInterfaces">
<arg direction="out" type="as"/>
</method>