stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8b6a320616b7deab80cc254e7cf472dbdb62c13b
commit 8b6a320616b7deab80cc254e7cf472dbdb62c13b 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 5ef905e..ecb96ae 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 { --
