From fdd27cadf837bf3df7e8174030b3630d2649350b Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Fri, 22 Sep 2017 16:08:56 +0200 Subject: eo: make more freefuncs implicit --- src/lib/elementary/elm_interface_atspi_accessible.eo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/elementary') 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) get { } values { - attributes: free(list, elm_atspi_attributes_list_free) @owned; [[List of object attributes]] + /* FIXME: API for attribute free */ + attributes: list @owned; [[List of object attributes]] } } @property index_in_parent @protected { -- cgit v1.2.1