diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl_Model_Common.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
27 | * positions through listings. | 27 | * positions through listings. |
28 | */ | 28 | */ |
29 | unsigned int index; | 29 | unsigned int index; |
30 | /** | ||
31 | * If an object has been build for this index and | ||
32 | * is currently tracked by the parent, it wild be | ||
33 | * available here. | ||
34 | */ | ||
35 | Eo *child; | ||
30 | }; | 36 | }; |
31 | 37 | ||
32 | /** | 38 | /** |