diff options
Diffstat (limited to 'src/lib/elementary')
-rw-r--r-- | src/lib/elementary/elm_interface_atspi_accessible.eo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_interface_atspi_accessible.eo b/src/lib/elementary/elm_interface_atspi_accessible.eo index c8cea4247b..9064d5d702 100644 --- a/src/lib/elementary/elm_interface_atspi_accessible.eo +++ b/src/lib/elementary/elm_interface_atspi_accessible.eo | |||
@@ -298,7 +298,8 @@ mixin Elm.Interface.Atspi_Accessible (Efl.Interface, Efl.Object) | |||
298 | get { | 298 | get { |
299 | } | 299 | } |
300 | values { | 300 | values { |
301 | attributes: free(list<ptr(Elm.Atspi.Attribute) @owned>, elm_atspi_attributes_list_free) @owned; [[List of object attributes]] | 301 | /* FIXME: API for attribute free */ |
302 | attributes: list<ptr(Elm.Atspi.Attribute) @owned> @owned; [[List of object attributes]] | ||
302 | } | 303 | } |
303 | } | 304 | } |
304 | @property index_in_parent @protected { | 305 | @property index_in_parent @protected { |