diff options
author | Federico Mena Quintero <federico@gnome.org> | 2022-07-05 19:23:21 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2022-07-05 19:23:21 -0500 |
commit | a9b77cee1239e1452230bfdccb81a6ee39fa8df1 (patch) | |
tree | ff7b3c29c2a22e47ed279aded5f28ba274ed3a88 | |
parent | 73bc33a17327d916c74c9590f8dcd305e061da6a (diff) | |
download | at-spi2-core-a9b77cee1239e1452230bfdccb81a6ee39fa8df1.tar.gz |
Accessible.xml: Document the GetLocalizedRoleName method
-rw-r--r-- | xml/Accessible.xml | 8 |
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> |