From 8b6a320616b7deab80cc254e7cf472dbdb62c13b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 12 Aug 2016 17:42:16 +0200 Subject: [PATCH] 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 5ef905e9e0..ecb96ae0af 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 {