atspi: more conformance issues

This commit is contained in:
Daniel Kolesa 2014-06-13 16:27:08 +01:00
parent 56ce51b5d5
commit 763019c9d6
1 changed files with 5 additions and 5 deletions

View File

@ -67,10 +67,10 @@ interface Elm_Interface_Atspi_Text ()
return Eina_Bool; return Eina_Bool;
} }
keys { keys {
@in const char *name @nonull; /*@ text attribute name */ const char *name @nonull; /*@ text attribute name */
@inout int *start_offset @nonull; /*@ Position in text from which int *start_offset @nonull; /*@ Position in text from which
given attribute is set. */ given attribute is set. */
@out int *end_offset; /*@ Position in text to which given attribute int *end_offset; /*@ Position in text to which given attribute
is set. */ is set. */
} }
values { values {
@ -82,8 +82,8 @@ interface Elm_Interface_Atspi_Text ()
/* Gets list of all text attributes. */ /* Gets list of all text attributes. */
} }
keys { keys {
@inout int *start_offset @nonull; int *start_offset @nonull;
@out int *end_offset; int *end_offset;
} }
values { values {
@own Eina_List *attributes; @own Eina_List *attributes;