X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xml%2Forg.freedesktop.atspi.Action.xml;h=4d9d1a9f61244a7285aa33ef257d049c9b29652a;hb=dea123f383eb81663ea33463363f5c27f4ac0bcd;hp=569943a0d8d5b3e1e1f7e61935a2b61cc4895dbd;hpb=f6ca06461319b20463f96a5b37544a540aee11ca;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/xml/org.freedesktop.atspi.Action.xml b/xml/org.freedesktop.atspi.Action.xml index 569943a..4d9d1a9 100644 --- a/xml/org.freedesktop.atspi.Action.xml +++ b/xml/org.freedesktop.atspi.Action.xml @@ -47,6 +47,46 @@ + + the number of actions this object supports + + + + +

Get the description for the specified action. The description of an action may provide information about the result of action invocation, unlike the action name.

+
+ + the index of the action + + + A string containing the description of the specified action + +
+ + + +

Get the name of the specified action. Action names generally describe the user action, i.e. "click" or "press", rather than the result of invoking the action.

+
+ + the index of the action + + + A string containing the name of the specified action + +
+ + + +

Get the key binding associated with a specific action.

+
+ + the index of the action + + + A string containing the key binding for the specified action, or an empty string ("") if none exists. + +
+ Retrieves the actions associated with the object.