docs: atspi: add missing docs for atspi image interface
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 21 Oct 2016 15:31:32 +0000 (17:31 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 21 Oct 2016 17:04:37 +0000 (19:04 +0200)
src/lib/elementary/elm_interface_atspi_image.eo

index d0e9f2f..b19f032 100644 (file)
@@ -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 {