stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c75fd90ec94d3a7f8d49d29593fdf51555d74d79
commit c75fd90ec94d3a7f8d49d29593fdf51555d74d79 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Fri Oct 21 17:31:32 2016 +0200 docs: atspi: add missing docs for atspi image interface --- src/lib/elementary/elm_interface_atspi_image.eo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/elementary/elm_interface_atspi_image.eo b/src/lib/elementary/elm_interface_atspi_image.eo index d0e9f2f..b19f032 100644 --- a/src/lib/elementary/elm_interface_atspi_image.eo +++ b/src/lib/elementary/elm_interface_atspi_image.eo @@ -9,13 +9,13 @@ mixin Elm.Interface.Atspi_Image () get @virtual_pure { } keys { - screen_coords: bool; + screen_coords: bool; [[$true if we got the screen coordinates, $false otherwise]] } values { - x: int; - y: int; - width: int; - height: int; + x: int; [[X coordinate]] + y: int; [[Y coordinate]] + width: int; [[Image width]] + height: int; [[Image height]] } } @property description @protected { --