X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Relation.idl;h=b562ffcd3fcf0947fab843c0e846a24e8fd826c1;hb=fd46827d0ef868929e7c255334b73adf2e305a85;hp=d1a526bf264ee46959e400409f1c95ccac079d8d;hpb=aca3c37006a1198a76e5ead8e29a7534f94f2569;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Relation.idl b/idl/Accessibility_Relation.idl index d1a526b..b562ffc 100644 --- a/idl/Accessibility_Relation.idl +++ b/idl/Accessibility_Relation.idl @@ -30,16 +30,19 @@ module Accessibility { RELATION_LABELLED_BY, RELATION_CONTROLLER_FOR, RELATION_CONTROLLED_BY, - RELATION_MEMBER_OF + RELATION_MEMBER_OF, + RELATION_TOOLTIP_FOR, + RELATION_LEAFNODE_OF }; /* * This interface inherits from a base class implementing ref counts. */ - interface Relation { + interface Relation : Bonobo::Unknown { RelationType getRelationType (); - Object getTarget (); + short getNTargets (); + Object getTarget (in short index); }; };