efl_interface : stablized Efl_Model_Children_Event

for mvvm publishing, this structure need to be out of beta.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10856
This commit is contained in:
SangHyeon Jade Lee 2019-12-11 07:05:43 +00:00 committed by Cedric BAIL
parent 1c0f72e4d3
commit eb12c77761
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ struct Efl.Model_Property_Event {
invalidated_properties: array<stringshare>; [[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