summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elm_interface_atspi_text.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_interface_atspi_text.eo b/src/lib/elm_interface_atspi_text.eo
index 39e74b7bc..d2c8277a4 100644
--- a/src/lib/elm_interface_atspi_text.eo
+++ b/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 {