From b7c434f6ef7c5521de41704cf7b5dba0c7e81b87 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sat, 10 Jun 2017 17:00:41 +0200 Subject: [PATCH] efl_ui_focus_manager: enhance documentation of the semantics of that function --- src/lib/elementary/efl_ui_focus_manager.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 8b95774864..16a939a852 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -145,7 +145,7 @@ class Efl.Ui.Focus.Manager (Efl.Object) { the function on the redirect manager. ]] params { - focus : Efl.Ui.Focus.Object @nonull; [[The object to be focused.]] + focus : Efl.Ui.Focus.Object @nonull; [[The object to be focused. Pass the root to get the first available none logical registered child focused]] } } focused {