eolian: update according to new syntax

This commit is contained in:
q66 2014-06-28 22:20:34 +01:00
parent 26df495e67
commit 9649d12d9b
1 changed files with 2 additions and 2 deletions

View File

@ -86,14 +86,14 @@ interface Elm_Interface_Atspi_Text ()
int *end_offset; int *end_offset;
} }
values { values {
@own Eina_List *attributes; @own(Eina_List*) attributes;
} }
} }
protected default_attributes { protected default_attributes {
get { get {
} }
values { values {
@own Eina_List *attributes; @own(Eina_List*) attributes;
} }
} }
protected character_extents { protected character_extents {