diff options
-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> |