summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-07-30 12:02:05 -0500
committerMike Gorse <mgorse@suse.com>2012-07-30 12:02:05 -0500
commit44c0e595b8fe87ffba3d31c572bce5b9a93b5665 (patch)
treef847019d8d33d0134cb4fbd215b075418bb42ea7 /idl
parentb2873b58e6d2702d3db2477ac2f151098e0cde70 (diff)
downloadat-spi2-core-44c0e595b8fe87ffba3d31c572bce5b9a93b5665.tar.gz
Add atspi_action_get_localized_name
https://bugzilla.gnome.org/show_bug.cgi?id=680598
Diffstat (limited to 'idl')
-rw-r--r--idl/action.didl6
1 files changed, 6 insertions, 0 deletions
diff --git a/idl/action.didl b/idl/action.didl
index afc22e89..48e89aa1 100644
--- a/idl/action.didl
+++ b/idl/action.didl
@@ -33,6 +33,12 @@ interface org.freestandards.atspi.Action {
string name;
}
+ method GetLocalizedName {
+ int32 index;
+ } reply {
+ string name;
+ }
+
/* Get the key-binding for the specified action. */
method GetKeyBinding {
int32 index;