summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>2019-12-11 07:05:43 +0000
committerCedric BAIL <cedric.bail@free.fr>2019-12-19 16:45:18 -0800
commiteb12c777613e46dd56ee79907c179341d887d84c (patch)
treef144918041cacb8cb1d3a451c961a19c84d4781c
parent1c0f72e4d315a8fa2391fd7d54f5e8310ee35680 (diff)
downloadefl-eb12c777613e46dd56ee79907c179341d887d84c.tar.gz
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
-rw-r--r--src/lib/efl/interfaces/efl_model.eo2
1 files changed, 1 insertions, 1 deletions
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<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