From 86525c3dcfbfc4db7676ed51994fe6cbecc8036f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 30 Jun 2016 18:11:18 +0200 Subject: [PATCH] atspi_image: improve existing documentation Mixin and property descriptions. --- src/lib/elementary/elm_interface_atspi_image.eo | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/elementary/elm_interface_atspi_image.eo b/src/lib/elementary/elm_interface_atspi_image.eo index 8002df9..d0e9f2f 100644 --- a/src/lib/elementary/elm_interface_atspi_image.eo +++ b/src/lib/elementary/elm_interface_atspi_image.eo @@ -1,11 +1,12 @@ mixin Elm.Interface.Atspi_Image () { + [[ATSPI image mixin]] eo_prefix: elm_interface_atspi_image; data: null; methods { @property extents @protected { + [[Gets an image extents.]] get @virtual_pure { - [[Gets an image extents.]] } keys { screen_coords: bool; @@ -18,21 +19,21 @@ mixin Elm.Interface.Atspi_Image () } } @property description @protected { + [[Textual description of image]] get { - [[Gets textual description of image]] } set { } values { - description: string; + description: string; [[Textual image description]] } } @property locale @protected { + [[Gets locale of the image description.]] get { - [[Gets locale of the image description.]] } values { - locale: string; + locale: string; [[Locale of description]] } } } -- 2.7.4