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 {