Interface atspi image: migrate docs.

This commit is contained in:
Tom Hacohen 2015-08-07 14:30:44 +01:00
parent 071a5dd3d5
commit 279af85a61
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ mixin Elm_Interface_Atspi_Image ()
methods {
@property extents @protected {
get {
/*@ Gets an image extents. */
[[Gets an image extents.]]
}
keys {
screen_coords: bool;
@ -20,7 +20,7 @@ mixin Elm_Interface_Atspi_Image ()
}
@property description @protected {
get {
/*@ Gets textual description of image */
[[Gets textual description of image]]
}
set {
}
@ -30,7 +30,7 @@ mixin Elm_Interface_Atspi_Image ()
}
@property locale @protected {
get {
/*@ Gets locale of the image description. */
[[Gets locale of the image description.]]
}
values {
locale: const(char)*;