From e22e433d3849b44c7b2a2c5d58a7105993155ede Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Wed, 21 Mar 2018 18:18:36 -0700 Subject: 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(+) (limited to 'src/lib/efl/Efl_Model_Common.h') 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; }; /** -- cgit v1.2.1