atspi: eo file conformance

This commit is contained in:
Daniel Kolesa 2014-06-13 16:23:00 +01:00
parent 3c0067305f
commit 56ce51b5d5
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ mixin Elm_Interface_Atspi_Action ()
/*@ Gets localized action name for given id */
}
values {
const char *;
const char *name;
}
keys {
int id;

View File

@ -25,11 +25,11 @@ interface Elm_Interface_Atspi_Text ()
given initial offset and granulatity. */
}
keys {
@in Elm_Atspi_Text_Granularity granularity;
@inout int *start_offset @nonull; /*@ Offset indicating start of string
Elm_Atspi_Text_Granularity granularity;
int *start_offset @nonull; /*@ Offset indicating start of string
according to given granularity.
-1 in case of error. */
@out int *end_offset; /*@ Offset indicating end of string according
int *end_offset; /*@ Offset indicating end of string according
to given granularity. -1 in case of error. */
}
values {