X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Action.idl;h=7a458c7e652fdcd2c22aedae107bcdc38196e41d;hb=4328426aeae1eeed7c2e696536351b224eeddbce;hp=95fd5caf93792e48aacb821ded836e5a718495f8;hpb=bde5d88b35d167b54300be0061cb84d6fdbead4b;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Action.idl b/idl/Accessibility_Action.idl index 95fd5ca..7a458c7 100644 --- a/idl/Accessibility_Action.idl +++ b/idl/Accessibility_Action.idl @@ -25,7 +25,7 @@ module Accessibility { interface Action : Bonobo::Unknown { /** - * nActionss: a @long containing the number of actions this object supports. + * nActions: a @long containing the number of actions this object supports. * **/ readonly attribute long nActions; @@ -37,7 +37,7 @@ module Accessibility { * * Gets the description of the specified action. * - * return values: a @wstring containing the description of the specified action. + * Returns: a @wstring containing the description of the specified action. * **/ string getDescription (in long index); @@ -49,7 +49,7 @@ module Accessibility { * * Gets the name of the specified action. * - * return values: a @string containing the name of the specified action. + * Returns: a @string containing the name of the specified action. * **/ string getName (in long index); @@ -60,20 +60,20 @@ module Accessibility { * * Causes the object to perform the specified action. * - * return values: a @boolean indicating success or failure. + * Returns: a @boolean indicating success or failure. * **/ boolean doAction (in long index); /** * getKeyBinding: - * return values: a @string containing the key binding for the specified action, - * "" if none exists. * @index: an %in parameter specifying the 0-based index of the action * for which a key binding is requested. * * Gets the key binding associated with a specific action. * + * Returns: a @string containing the key binding for the specified action, + * "" if none exists. **/ string getKeyBinding (in long index); };