summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-12-01 17:36:07 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-12-01 17:36:07 +0000
commit6d7165445f4749a11e14e71a7bb953e8230d4efb (patch)
treead2c61117a3065d4568236fe1b82c57d0a303012 /idl
parentb1795771d22599ea55cb7005987813e3b68d0af3 (diff)
downloadat-spi2-core-6d7165445f4749a11e14e71a7bb953e8230d4efb.tar.gz
Fix for 127463, add api for Accessible_getLocalizedRoleName.
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@563 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility_Accessible.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/idl/Accessibility_Accessible.idl b/idl/Accessibility_Accessible.idl
index 191ef7d1..d9bccd9b 100644
--- a/idl/Accessibility_Accessible.idl
+++ b/idl/Accessibility_Accessible.idl
@@ -118,6 +118,15 @@ module Accessibility {
string getRoleName ();
/**
+ * getLocalizedRoleName:
+ * Get a string indicating the type of UI role played by this object,
+ * translated to the current locale.
+ *
+ * Returns: a UTF-8 string indicating the type of UI role played by this object.
+ **/
+ string getLocalizedRoleName ();
+
+ /**
* getState:
*
* Get the current state of the object as a @StateSet.
@@ -128,7 +137,6 @@ module Accessibility {
void unImplemented ();
void unImplemented2 ();
void unImplemented3 ();
- void unImplemented4 ();
};
};