X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FHyperlink.idl;h=f62a7608e42b395e27195b1b3ad73d8d90eaeba7;hb=fd46827d0ef868929e7c255334b73adf2e305a85;hp=012dce5cb2e6cd267b2ad418bfab36bca0f9d05a;hpb=af1cfd571d14fa5245de225f9868b54401e3c484;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Hyperlink.idl b/idl/Hyperlink.idl index 012dce5..f62a760 100644 --- a/idl/Hyperlink.idl +++ b/idl/Hyperlink.idl @@ -25,12 +25,11 @@ module Accessibility { interface Hyperlink : Bonobo::Unknown { - readonly attribute short n_anchors; - readonly attribute string uri; - Accessible getAnchor (in long i); + readonly attribute short nAnchors; + readonly attribute long startIndex; + readonly attribute long endIndex; Accessible getObject (in long i); - long getStartIndex (); - long getEndIndex (); + string getURI (in long i); boolean isValid (); }; };