stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5537c7ffe3967cf1445bdfdf587af53e28ca97e7
commit 5537c7ffe3967cf1445bdfdf587af53e28ca97e7 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Aug 12 22:58:46 2016 +0900 efl api release - fix @since in new elm entry api's --- src/lib/elementary/elm_entry.eo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_entry.eo b/src/lib/elementary/elm_entry.eo index fa407e1..0abb2fa 100644 --- a/src/lib/elementary/elm_entry.eo +++ b/src/lib/elementary/elm_entry.eo @@ -654,7 +654,10 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable, } @property select_allow { set { - [[Allow selection in the entry.]] + [[Allow selection in the entry. + + @since 1.18 + ]] } get { [[Returns whether selection in the entry is allowed.]] --
