efl/src/tests/eo
Marcel Hollerbach 0f32bb9047 eo: here comes reflection API
this adds support in eo to generate a reflection API. To get the actaul
reflection to the klass, the API efl_class_reflection_table_set needs to
be called, the table in the end can be generated by eolian. Reflection
API is inherited by the extended class. This means, if you have two
reflection tables, first, the most upperst is called, then the next
lower one is called.

For now this API accepts NULL setter or getter, and will ignore them
silently when they are called.

fix T7681

Differential Revision: https://phab.enlightenment.org/D7879
2019-02-07 14:43:25 +01:00
..
access eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
children cmake: remove! 2018-12-20 20:07:26 +01:00
composite_objects eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
constructors eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
function_overrides eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
interface eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
mixin eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
signals eo: change API call of efl_class_functions_set 2019-02-07 14:43:25 +01:00
suite eo: here comes reflection API 2019-02-07 14:43:25 +01:00
.gitignore ignores: eo_suite_add_fallback 2016-05-18 21:57:02 +02:00
eunit_tests.h
meson.build here comes meson 2018-10-02 17:22:50 +02:00