efl_ui_focus_manager: make documentation clear

jpeg pointed out that the documentation here is missleading and unclear.
This commit is contained in:
Marcel Hollerbach 2017-04-30 11:26:10 +02:00
parent 059239a997
commit e7281ff67e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Efl.Ui.Focus.Manager (Efl.Object) {
[[Set a new redirect object for the given child.
Once $child is focused the redirect manager will be set
in the redirect property. Set to $null if nothing should happen.
in the redirect property. Set redirect to $null if nothing should happen.
]]
params {
child : Efl.Ui.Focus.Object @nonull; [[The child to update]]