summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-05 19:23:21 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-05 19:23:21 -0500
commita9b77cee1239e1452230bfdccb81a6ee39fa8df1 (patch)
treeff7b3c29c2a22e47ed279aded5f28ba274ed3a88 /xml
parent73bc33a17327d916c74c9590f8dcd305e061da6a (diff)
downloadat-spi2-core-a9b77cee1239e1452230bfdccb81a6ee39fa8df1.tar.gz
Accessible.xml: Document the GetLocalizedRoleName method
Diffstat (limited to 'xml')
-rw-r--r--xml/Accessible.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml
index 7a508131..f3b7d112 100644
--- a/xml/Accessible.xml
+++ b/xml/Accessible.xml
@@ -732,6 +732,14 @@
<arg direction="out" type="s"/>
</method>
+ <!--
+ GetLocalizedRoleName:
+
+ Gets a UTF-8 string corresponding to the name of the role played by an object, translated
+ to the current locale.
+ This method will return useful values for roles that fall outside the
+ enumeration used in the GetRole method.
+ -->
<method name="GetLocalizedRoleName">
<arg direction="out" type="s"/>
</method>