stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=05dc9f70fafbd6747a9378c5f5eeb1e5db20f9d1
commit 05dc9f70fafbd6747a9378c5f5eeb1e5db20f9d1 Author: Stefan Schmidt <[email protected]> Date: Fri Aug 12 17:42:16 2016 +0200 elm: widget: add since tags for new APIs --- src/lib/elementary/elm_widget.eo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index e495a4b..02b7bd2 100644 --- a/src/lib/elementary/elm_widget.eo +++ b/src/lib/elementary/elm_widget.eo @@ -826,7 +826,8 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible, Elm.Inter } } @property focus_move_policy_automatic { - [[Control the widget's focus_move_policy mode setting.]] + [[Control the widget's focus_move_policy mode setting. + @since 1.18]] set { } get { @@ -836,6 +837,8 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible, Elm.Inter } } focus_reconfigure { + [[@since 1.18]] + } } implements { --
