summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 19:54:44 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 19:54:44 -0500
commite415c14c8e30bfcd2ee82dc941a12a4d01092e45 (patch)
tree9f7f9017f72c79f716acfaa017305524130ae7b5 /xml
parent1dec41e4122ce683e77c0adf008b5151fa982057 (diff)
downloadat-spi2-core-e415c14c8e30bfcd2ee82dc941a12a4d01092e45.tar.gz
Accessible.xml: document the GetAttributes method
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml9
1 files changed, 9 insertions, 0 deletions
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"/>