cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eb12c777613e46dd56ee79907c179341d887d84c

commit eb12c777613e46dd56ee79907c179341d887d84c
Author: SangHyeon Jade Lee <[email protected]>
Date:   Wed Dec 11 07:05:43 2019 +0000

    efl_interface : stablized Efl_Model_Children_Event
    
    for mvvm publishing, this structure need to be out of beta.
    
    Reviewed-by: Cedric BAIL <[email protected]>
    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<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

-- 


Reply via email to