X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Accessible.idl;h=d3e7e409baec1ade4128e3d16e5a470d86df6263;hb=ebd9b297363b8b3bd6708e6f0c6c7673e5cc32d6;hp=cfebaa9eac2e553893661258bca17a3011b0ba72;hpb=d35cd400a36b0f1393c17ce47015bf753327ccae;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Accessible.idl b/idl/Accessibility_Accessible.idl index cfebaa9..d3e7e40 100644 --- a/idl/Accessibility_Accessible.idl +++ b/idl/Accessibility_Accessible.idl @@ -25,9 +25,9 @@ #include -#include "Relation.idl" -#include "State.idl" -#include "Role.idl" +#include "Accessibility_Relation.idl" +#include "Accessibility_State.idl" +#include "Accessibility_Role.idl" module Accessibility { @@ -110,6 +110,14 @@ module Accessibility { Role getRole (); /** + * getRoleName: + * Get a string indicating the type of UI role played by this object. + * + * Returns: a UTF-8 string indicating the type of UI role played by this object. + **/ + string getRoleName (); + + /** * getState: * * Get the current state of the object as a @StateSet.