stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6e3def3a602dac6fab5b0d2c8c362f72e63021fd
commit 6e3def3a602dac6fab5b0d2c8c362f72e63021fd Author: Stefan Schmidt <[email protected]> Date: Thu Aug 31 11:42:02 2017 +0200 docs: efl_ui_manager: document newly added struct This was added recently and thus has a since 1.21 tag --- src/lib/elementary/efl_ui_focus_manager.eo | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index cbfcfed47b..6b80d6ca0c 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -30,8 +30,12 @@ struct Efl.Ui.Focus.Relations { } struct Efl.Ui.Focus.Manager.Logical_End_Detail { - is_regular_end : bool; - element : Efl.Ui.Focus.Object; + [[Structure holding the focus object with extra information on logical end + + @since 1.21 + ]] + is_regular_end : bool; [[$true if logical end, $false otherwise]] + element : Efl.Ui.Focus.Object; [[Focus object element]] } interface Efl.Ui.Focus.Manager { --
