docs: efl_ui_manager: document newly added struct

This was added recently and thus has a since 1.21 tag
This commit is contained in:
Stefan Schmidt 2017-08-31 11:42:02 +02:00
parent 9c3ace8c6d
commit 6e3def3a60
1 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,12 @@ struct Efl.Ui.Focus.Relations {
}
struct Efl.Ui.Focus.Manager.Logical_End_Detail {
is_regular_end : bool;
element : Efl.Ui.Focus.Object;
[[Structure holding the focus object with extra information on logical end
@since 1.21
]]
is_regular_end : bool; [[$true if logical end, $false otherwise]]
element : Efl.Ui.Focus.Object; [[Focus object element]]
}
interface Efl.Ui.Focus.Manager {