X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FImage.idl;h=d819172d68909aea0da0217751caa4641c3f7e20;hb=fd46827d0ef868929e7c255334b73adf2e305a85;hp=f1ea4d31d9458667349ecb61772f16107b46b7f8;hpb=a347294874e78498e894b614dae376012a8e9e3d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Image.idl b/idl/Image.idl index f1ea4d3..d819172 100644 --- a/idl/Image.idl +++ b/idl/Image.idl @@ -24,8 +24,8 @@ module Accessibility { interface Image : Bonobo::Unknown { readonly attribute string imageDescription; + BoundingBox getImageExtents (in short coordType); void getImagePosition (out long x, out long y, in short coordType); - void getImageExtents (out long x, out long y, out long width, out long height, in short coodrType); void getImageSize (out long width, out long height); }; };