ami pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ffa2cd5c7572c5fa1c741323307e9194a98e74cc
commit ffa2cd5c7572c5fa1c741323307e9194a98e74cc Author: Amitesh Singh <amitesh...@samsung.com> Date: Fri Jul 14 19:32:55 2017 +0900 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 6fbcfce8b8..dc16c10a58 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]] --