summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq66 <quaker66@gmail.com>2014-06-28 22:20:34 +0100
committerq66 <quaker66@gmail.com>2014-06-28 23:51:25 +0100
commitc5beecc4cf64843e6888defe70867dcfb2b4e841 (patch)
tree067727d5fb1ed5d654d750ba0336c7328096431e
parent245fcce0d3f44e92546863de05d1bfc234e02201 (diff)
downloadelementary-devs/q66/eolian_types.tar.gz
eolian: update according to new syntaxdevs/q66/eolian_types
-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 {