efl/src/lib/eo
Jérémy Zurcher ef09ef7489 eo: replace composite_objects Eina_List with an array of Eo_Object*
as we don't support multiple composites of the same class,
and know at class elaboration how many composites we should have,
we can create the composites array and pack it at the end of the object.
2014-03-05 23:57:39 +01:00
..
Eo.h eo: replace composite_objects Eina_List with an array of Eo_Object* 2014-03-05 23:57:39 +01:00
eo.c eo: replace composite_objects Eina_List with an array of Eo_Object* 2014-03-05 23:57:39 +01:00
eo_base_class.c Eo: Add an error message when old parent is wrong. 2013-11-26 10:10:24 +00:00
eo_class_class.c Changed Eo class names to be consistent. 2013-11-07 11:17:52 +00:00
eo_private.h eo: replace composite_objects Eina_List with an array of Eo_Object* 2014-03-05 23:57:39 +01:00
eo_ptr_indirection.c eo: a little more inlining, give me a 10% speed improvement. 2013-07-01 18:18:40 +09:00
eo_ptr_indirection.h Eo: Rename Eo_Header to Eo_Base. 2013-09-27 14:01:47 +01:00
eo_ptr_indirection.x Eo: Rename Eo_Header to Eo_Base. 2013-09-27 14:01:47 +01:00