[at-spi2-core: 18/19] Accessible.xml: document the GetInterfaces method




commit 018fb605619b2eb34242e68b491a80dd3d0c222c
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 19:57:30 2022 -0500

    Accessible.xml: document the GetInterfaces method

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


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