sanghyeonlee pushed a commit to branch master.

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

commit e09919ba3fd3038adf7f2d4506b477b773dd9913
Author: Yeongjong Lee <[email protected]>
Date:   Fri Dec 20 17:37:55 2019 +0900

    efl_interface: add @since tag for Efl_Model_Children_Event
    
    Summary: @since tag is necessary for stabilized class.
    
    Reviewers: SanghyeonLee, segfaultxavi
    
    Reviewed By: SanghyeonLee
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10930
---
 src/lib/efl/interfaces/efl_model.eo | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lib/efl/interfaces/efl_model.eo 
b/src/lib/efl/interfaces/efl_model.eo
index cc5d6d88c8..ee04879f68 100644
--- a/src/lib/efl/interfaces/efl_model.eo
+++ b/src/lib/efl/interfaces/efl_model.eo
@@ -9,7 +9,10 @@ struct Efl.Model_Property_Event {
 
 struct Efl.Model_Children_Event {
      [[Every time a child is added the event @[Efl.Model.child,added] is 
dispatched
-     passing along this structure.]]
+       passing along this structure.
+
+       @since 1.24
+     ]]
      index: uint; [[index is a hint and is intended to provide a way for 
applications
                     to control/know children relative positions through 
listings.]]
      child: Efl.Object; [[If an object has been built for this index and it is 
currently tracked by

-- 


Reply via email to