efl interfaces: fix incorrect enum val
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 30 Aug 2017 13:34:31 +0000 (15:34 +0200)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 30 Aug 2017 13:34:49 +0000 (15:34 +0200)
src/lib/efl/interfaces/efl_orientation.eo
src/lib/elementary/elm_interface_scrollable.eo

index 8ed69aa..1b42b32 100644 (file)
@@ -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.]]
          }
       }
    }
index c953ab8..0f782eb 100644 (file)
@@ -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 {