raster pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=eecdcf8429d13eeb86beb4dbbd850abe07da2e97
commit eecdcf8429d13eeb86beb4dbbd850abe07da2e97 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 b6c5564..5c4dedc 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.]] --
