elm: widget: add since tags for new APIs

This commit is contained in:
Stefan Schmidt 2016-08-12 17:42:16 +02:00
parent 186ad100c7
commit 8b6a320616
1 changed files with 4 additions and 1 deletions

View File

@ -826,7 +826,8 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible, Elm.Inter
} }
} }
@property focus_move_policy_automatic { @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 { set {
} }
get { get {
@ -836,6 +837,8 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible, Elm.Inter
} }
} }
focus_reconfigure { focus_reconfigure {
[[@since 1.18]]
} }
} }
implements { implements {