From: Daniel Kolesa Date: Wed, 30 Aug 2017 13:34:31 +0000 (+0200) Subject: efl interfaces: fix incorrect enum val X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~2879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af6713ebb464fe264e553542c0a6cbf545e8052f;p=platform%2Fupstream%2Fefl.git efl interfaces: fix incorrect enum val --- diff --git a/src/lib/efl/interfaces/efl_orientation.eo b/src/lib/efl/interfaces/efl_orientation.eo index 8ed69aa..1b42b32 100644 --- a/src/lib/efl/interfaces/efl_orientation.eo +++ b/src/lib/efl/interfaces/efl_orientation.eo @@ -28,7 +28,7 @@ interface Efl.Orientation instance. ]] values { - dir: Efl.Orient(none); [[The rotation angle (CCW), see @Efl.Orient.]] + dir: Efl.Orient(Efl.Orient.none); [[The rotation angle (CCW), see @Efl.Orient.]] } } } diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo index c953ab8..0f782eb 100644 --- a/src/lib/elementary/elm_interface_scrollable.eo +++ b/src/lib/elementary/elm_interface_scrollable.eo @@ -101,7 +101,7 @@ mixin Elm.Interface_Scrollable(Efl.Ui.Scrollable, Efl.Canvas.Group, Efl.Ui.Focus with regard to scrolling. ]] values { - block: Efl.Ui.Scroll_Block(none); [[Which axis (or axes) to block]] + block: Efl.Ui.Scroll_Block(Efl.Ui.Scroll_Block.none); [[Which axis (or axes) to block]] } } @property momentum_animator_disabled {