cedric pushed a commit to branch master.

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

commit e22e433d3849b44c7b2a2c5d58a7105993155ede
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Wed Mar 21 18:18:36 2018 -0700

    efl: Efl_Model can decide to optionnaly provide a child if it has it at 
hand.
---
 src/lib/efl/Efl_Model_Common.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/efl/Efl_Model_Common.h b/src/lib/efl/Efl_Model_Common.h
index 7a064f0dff..789ea36e38 100644
--- a/src/lib/efl/Efl_Model_Common.h
+++ b/src/lib/efl/Efl_Model_Common.h
@@ -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;
 };
 
 /**

-- 


Reply via email to