summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 19:22:26 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 19:22:26 -0500
commit73bc33a17327d916c74c9590f8dcd305e061da6a (patch)
treed7bee4ce39e9664075acda8f058a8f62257a23f0 /xml
parent38b870d8812a7b28ecdc7b2562c50633bd728a2e (diff)
downloadat-spi2-core-73bc33a17327d916c74c9590f8dcd305e061da6a.tar.gz
Accessible.xml: document the GetRoleName method
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index 520a8ff8..7a508131 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -721,6 +721,13 @@
<arg direction="out" type="u"/>
</method>
+ <!--
+ GetRoleName:
+
+ Gets a UTF-8 string corresponding to the name of the role played by an object.
+ This method will return useful values for roles that fall outside the
+ enumeration used in the GetRole method.
+ -->
<method name="GetRoleName">
<arg direction="out" type="s"/>
</method>