docs: elm/evas: document some missing return values

With this patch we finally reached 100% doc coverage in EO files again.
It would be nice to keep it like this.
This commit is contained in:
Stefan Schmidt 2017-08-31 17:37:52 +02:00
parent 1a518e85cf
commit 7aa42c4e75
2 changed files with 3 additions and 3 deletions

View File

@ -748,7 +748,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
params {
@in root: Efl.Ui.Focus.Object; [[The logical root object for focus.]]
}
return: Efl.Ui.Focus.Manager;
return: Efl.Ui.Focus.Manager; [[Focus manager]]
}
focus_direction_manager_is @protected {
[[Virtual function which checks if this widget can handle passing

View File

@ -20,7 +20,7 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator,
pointer_mode: Efl.Input.Object_Pointer_Mode; [[The pointer mode]]
}
set {
return: bool;
return: bool; [[$true if pointer mode was set, $false otherwise]]
legacy: null;
}
get {
@ -49,7 +49,7 @@ abstract Efl.Canvas.Object (Efl.Object, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator,
get {
}
set {
return: bool;
return: bool; [[$true if pointer behaviour was set, $false otherwise]]
}
values {
pointer_mode: Efl.Input.Object_Pointer_Mode; [[Input pointer mode]]