docs: efl_ui_focus_manager: fill in missing docs

This commit is contained in:
Stefan Schmidt 2017-08-31 17:34:23 +02:00
parent 8b4ef410c3
commit d249423f57
1 changed files with 2 additions and 2 deletions

View File

@ -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 {