efl.ui.image.zoomable: mark setter of img_region property as eo api
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 14 Jul 2017 10:32:55 +0000 (19:32 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 14 Jul 2017 10:38:52 +0000 (19:38 +0900)
thanks to stefan for reporting.

src/lib/elementary/efl_ui_image_zoomable.eo

index 6fbcfce..dc16c10 100644 (file)
@@ -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]]