From e09919ba3fd3038adf7f2d4506b477b773dd9913 Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Fri, 20 Dec 2019 17:37:55 +0900 Subject: [PATCH] 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