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
This commit is contained in:
Yeongjong Lee 2019-12-20 17:37:55 +09:00 committed by SangHyeon Jade Lee
parent 55389ccf25
commit e09919ba3f
1 changed files with 4 additions and 1 deletions

View File

@ -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