X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Selection.idl;h=a5cad01dbd49d2a28e8c81a063008bdff0b6f492;hb=a90cc5cacb5efd233b714287297034c079def8aa;hp=e1a262851925627ac0456a7951cadae4bfcdf3a1;hpb=17d9a24f45315044397c6efa82f03feccff13761;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Selection.idl b/idl/Accessibility_Selection.idl index e1a2628..a5cad01 100644 --- a/idl/Accessibility_Selection.idl +++ b/idl/Accessibility_Selection.idl @@ -30,8 +30,8 @@ module Accessibility { boolean selectChild (in long childIndex); boolean deselectSelectedChild (in long selectedChildIndex); boolean isChildSelected (in long childIndex); - void selectAll (); - void clearSelection (); + boolean selectAll (); + boolean clearSelection (); /** * unImplemented: