update eo files according to latest efl changes: @own -> own
authorq66 <quaker66@gmail.com>
Mon, 30 Jun 2014 17:12:17 +0000 (18:12 +0100)
committerq66 <quaker66@gmail.com>
Mon, 30 Jun 2014 17:12:17 +0000 (18:12 +0100)
src/lib/elm_interface_atspi_text.eo

index d2c8277..15634b8 100644 (file)
@@ -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 {