eo: replace composite_objects Eina_List with an array of Eo_Object*
authorJérémy Zurcher <jeremy@asynk.ch>
Wed, 5 Mar 2014 22:57:39 +0000 (23:57 +0100)
committerJérémy Zurcher <jeremy@asynk.ch>
Wed, 5 Mar 2014 22:57:39 +0000 (23:57 +0100)
commitef09ef748924c22074e70b97ebc7726fca1513ec
treeadc99f12f3ac07fef282f9f83814d5e38205f3f0
parentb763db3666ecbfa222015ce75dd5a3c775c5bad9
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.
src/lib/eo/Eo.h
src/lib/eo/eo.c
src/lib/eo/eo_private.h
src/tests/eo/composite_objects/composite_objects_main.c