From ffa2cd5c7572c5fa1c741323307e9194a98e74cc Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Fri, 14 Jul 2017 19:32:55 +0900 Subject: [PATCH] efl.ui.image.zoomable: mark setter of img_region property as eo api thanks to stefan for reporting. --- src/lib/elementary/efl_ui_image_zoomable.eo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index 6fbcfce..dc16c10 100644 --- a/src/lib/elementary/efl_ui_image_zoomable.eo +++ b/src/lib/elementary/efl_ui_image_zoomable.eo @@ -34,7 +34,9 @@ class Efl.Ui.Image.Zoomable (Elm.Widget, Efl.Ui.Image, Efl.Ui.Zoom, [[Set the viewed region of the image This shows the region of the image without using animation. + @since 1.20 ]] + legacy: null; } values { x: int; [[X-coordinate of region in image original pixels]] -- 2.7.4