From 6e3def3a602dac6fab5b0d2c8c362f72e63021fd Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 31 Aug 2017 11:42:02 +0200 Subject: [PATCH] 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 {