update eo files according to latest efl changes: @own -> own

This commit is contained in:
q66 2014-06-30 18:12:17 +01:00
parent 1bcdadb52e
commit f9fdf1009b
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 {