From 9649d12d9bac3f3264f3b440d9ddf9819dd82179 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 28 Jun 2014 22:20:34 +0100 Subject: [PATCH] eolian: update according to new syntax --- 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 39e74b7bc6..d2c8277a41 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 {