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 <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7640
This commit is contained in:
Marcel Hollerbach 2019-01-14 23:03:00 +01:00
parent 5c1fde2c57
commit d326b3e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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<Efl.Ui.Layout>;
children: Efl.Model;