efl interfaces: fix incorrect enum val

This commit is contained in:
Daniel Kolesa 2017-08-30 15:34:31 +02:00
parent 93c93328ac
commit af6713ebb4
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ interface Efl.Orientation
instance. instance.
]] ]]
values { 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.]]
} }
} }
} }

View File

@ -101,7 +101,7 @@ mixin Elm.Interface_Scrollable(Efl.Ui.Scrollable, Efl.Canvas.Group, Efl.Ui.Focus
with regard to scrolling. with regard to scrolling.
]] ]]
values { 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 { @property momentum_animator_disabled {