From f9fdf1009bb9e3053d130b46812c4b4dfdda4aed Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 30 Jun 2014 18:12:17 +0100 Subject: [PATCH] update eo files according to latest efl changes: @own -> own --- legacy/elementary/src/lib/elm_interface_atspi_text.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_interface_atspi_text.eo b/legacy/elementary/src/lib/elm_interface_atspi_text.eo index d2c8277a41..15634b8798 100644 --- a/legacy/elementary/src/lib/elm_interface_atspi_text.eo +++ b/legacy/elementary/src/lib/elm_interface_atspi_text.eo @@ -86,14 +86,14 @@ interface Elm_Interface_Atspi_Text () int *end_offset; } values { - @own(Eina_List*) attributes; + own(Eina_List*) attributes; } } protected default_attributes { get { } values { - @own(Eina_List*) attributes; + own(Eina_List*) attributes; } } protected character_extents {