stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d249423f57bce9e52e2c94a2d8ad9fb0e953420c
commit d249423f57bce9e52e2c94a2d8ad9fb0e953420c Author: Stefan Schmidt <[email protected]> Date: Thu Aug 31 17:34:23 2017 +0200 docs: efl_ui_focus_manager: fill in missing docs --- src/lib/elementary/efl_ui_focus_manager.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 6b80d6ca0c..b2265d4b3c 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -72,7 +72,7 @@ interface Efl.Ui.Focus.Manager { [[The element which is currently focused by this manager]] values { - focus : Efl.Ui.Focus.Object @nonull; + focus : Efl.Ui.Focus.Object @nonull; [[Focused element]] } } @property redirect { @@ -104,7 +104,7 @@ interface Efl.Ui.Focus.Manager { This property can only be set once. ]] set { - return : bool; + return : bool; [[If $true, this is the root node]] } get { --
