xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b735376ed5c0a89c1047e5962ebd7c6c97240ff1

commit b735376ed5c0a89c1047e5962ebd7c6c97240ff1
Author: Xavi Artigas <[email protected]>
Date:   Thu Jan 24 13:57:50 2019 +0100

    docs: Update efl_ui_zoom documentation
    
    Although, it would have been really great that using the getter paused the
    animation and using the setter resumed it...
---
 src/lib/efl/interfaces/efl_ui_zoom.eo | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_ui_zoom.eo 
b/src/lib/efl/interfaces/efl_ui_zoom.eo
index 7e5e58b495..d719d3bfae 100644
--- a/src/lib/efl/interfaces/efl_ui_zoom.eo
+++ b/src/lib/efl/interfaces/efl_ui_zoom.eo
@@ -17,23 +17,14 @@ interface Efl.Ui.Zoom
 
    methods {
       @property zoom_animation {
-         set {
-            [[Enable zoom animation
-
-              This sets the zoom animation state to on or off for zoomable. The
-              default is off. This will stop zooming using animation on
-              zoom level changes and change instantly. This will stop any
-              existing animations that are running.
-            ]]
-         }
-         get {
-            [[Disable zoom animation
-
-              This gets the current zoom animation state for the zoomable 
object.
-            ]]
-         }
+         [[This sets the zoom animation state to on or off for zoomable. The
+           default is off. When $paused is $true, it will stop zooming using
+           animation on zoom level changes and change instantly, stopping any
+           existing animations that are running.]]
+         set {}
+         get {}
          values {
-            paused: bool; [[The pause state.]]
+            paused: bool; [[The paused state.]]
          }
       }
       @property zoom_level {

-- 


Reply via email to