[at-spi2-core: 16/19] Accessible.xml: document the GetAttributes method




commit e415c14c8e30bfcd2ee82dc941a12a4d01092e45
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jul 5 19:54:44 2022 -0500

    Accessible.xml: document the GetAttributes method

 xml/Accessible.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index e85e4b1e..0a6ff8db 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -960,6 +960,15 @@
       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiIntList"/>
     </method>
 
+    <!--
+        GetAttributes:
+
+        Gets a list of name/value pairs of attributes or annotations for this object.  For
+        typographic, textual, or textually-semantic attributes, see the Text.GetAttributes
+        method.
+
+        FIXME: is there a list of well-known attributes?
+    -->
     <method name="GetAttributes">
       <arg direction="out" type="a{ss}"/>
       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiAttributeSet"/>


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