API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Value.idl
index 430ef4f..92afd62 100644 (file)
 module Accessibility {
 
   interface Value : Bonobo::Unknown {
-    readonly attribute float minimumValue;
-    readonly attribute float maximumValue;
-    readonly attribute float minimumIncrement;
-    attribute float currentValue;
+    readonly attribute double minimumValue;
+    readonly attribute double maximumValue;
+    readonly attribute double minimumIncrement;
+    attribute double currentValue;
+
+    /**
+     * unImplemented:
+     *
+     * placeholders for future expansion.
+     */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };