X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Action.idl;h=b105022f5459985643629df1f3162ed897e8bb4a;hb=6076f6552c982436ef95f9f5a871eb477d6b1d7f;hp=2f8c5862676515ad7979f5734fa236441dfa9995;hpb=a347294874e78498e894b614dae376012a8e9e3d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Action.idl b/idl/Accessibility_Action.idl index 2f8c586..b105022 100644 --- a/idl/Accessibility_Action.idl +++ b/idl/Accessibility_Action.idl @@ -25,12 +25,10 @@ module Accessibility { interface Action : Bonobo::Unknown { /** - * getNActions: - * return values: a @long containing the number of actions this object supports. - * - * Returns the number of actions supported by this object. + * nActionss: a @long containing the number of actions this object supports. + * **/ - long getNActions (); + readonly attribute long nActions; /** * getDescription: @@ -80,3 +78,4 @@ module Accessibility { string getKeyBinding (in long index); }; }; +