From eb12c777613e46dd56ee79907c179341d887d84c Mon Sep 17 00:00:00 2001 From: SangHyeon Jade Lee Date: Wed, 11 Dec 2019 07:05:43 +0000 Subject: [PATCH] efl_interface : stablized Efl_Model_Children_Event for mvvm publishing, this structure need to be out of beta. Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D10856 --- src/lib/efl/interfaces/efl_model.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index 3d186f30b6..cc5d6d88c8 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo @@ -7,7 +7,7 @@ struct Efl.Model_Property_Event { invalidated_properties: array; [[Removed properties identified by name]] } -struct @beta Efl.Model_Children_Event { +struct Efl.Model_Children_Event { [[Every time a child is added the event @[Efl.Model.child,added] is dispatched passing along this structure.]] index: uint; [[index is a hint and is intended to provide a way for applications