efl: Efl_Model can decide to optionnaly provide a child if it has it at hand.

This commit is contained in:
Cedric Bail 2018-03-21 18:18:36 -07:00 committed by Cedric BAIL
parent 700bdb4dcc
commit e22e433d38
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ struct _Efl_Model_Children_Event
* positions through listings.
*/
unsigned int index;
/**
* If an object has been build for this index and
* is currently tracked by the parent, it wild be
* available here.
*/
Eo *child;
};
/**