efl_ui_focus_manager: elaborate on what the last object is

This commit is contained in:
Marcel Hollerbach 2017-04-30 11:35:32 +02:00
parent e7281ff67e
commit 00660723c8
1 changed files with 4 additions and 1 deletions

View File

@ -205,7 +205,10 @@ class Efl.Ui.Focus.Manager (Efl.Object) {
starting from $child.]]
}
logical_end {
[[Return the last logical object]]
[[Return the last logical object.
The returned object is the last object that would be returned if you start at the root and move the direction into next.
]]
return : Efl.Ui.Focus.Object; [[Last object]]
}
}