From d326b3e6e1289812e4e85f41812a2d8be991f549 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 14 Jan 2019 23:03:00 +0100 Subject: [PATCH] efl_ui_list_view_types: add a free function to the struct type this type is used with @owned, which means, it needs a free function. So we can ensure everything that is owned also has a free function Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D7640 --- src/lib/elementary/efl_ui_list_view_types.eot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_list_view_types.eot b/src/lib/elementary/efl_ui_list_view_types.eot index 780dc202a6..96237b4593 100644 --- a/src/lib/elementary/efl_ui_list_view_types.eot +++ b/src/lib/elementary/efl_ui_list_view_types.eot @@ -1,4 +1,4 @@ -struct Efl.Ui.List_View_Layout_Item { +struct @free(free) Efl.Ui.List_View_Layout_Item { layout: Efl.Ui.Layout; layout_request: future; children: Efl.Model;