summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-06-10 17:00:41 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-06-10 18:03:08 +0200
commitb7c434f6ef7c5521de41704cf7b5dba0c7e81b87 (patch)
treee82338dcffb345c44a96f6e313d652667b8dce06
parentc5da8f65bf45f90d1824beb2d5da6920b5674b79 (diff)
downloadefl-b7c434f6ef7c5521de41704cf7b5dba0c7e81b87.tar.gz
efl_ui_focus_manager: enhance documentation of the semantics of that
function
-rw-r--r--src/lib/elementary/efl_ui_focus_manager.eo2
1 files changed, 1 insertions, 1 deletions
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 {