Added boolean return types for methods in Component, Selection,
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Selection.idl
index e1a2628..a5cad01 100644 (file)
@@ -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: