efl/src/tests/eo/mixin
Marcel Hollerbach 46885653bc eo: remove class functions from eo
As in the previous commit explained, we want to get rid of class
functions in eo, and make them just c functions right away.

This commit removes the class parameter from the eo_class_function_set
call, and adjusts the tests to not depend on class functions anymore.
Class functions are now not tested anymore, tests that used them as a
way to test *things* are adjusted to test them now with object
functions, tests that just tested the working of class functions are
dropped.

This fixes T7675.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7902
2019-02-13 16:59:59 +01:00
..
meson.build build: also build eo-tests with debug profile 2019-02-12 16:24:24 +01:00
mixin_inherit.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
mixin_inherit.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
mixin_main.c efl: use efl_add_ref to create objects which have no parent 2018-03-20 17:20:56 -07:00
mixin_mixin.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
mixin_mixin.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
mixin_mixin2.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
mixin_mixin2.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
mixin_mixin3.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
mixin_mixin3.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
mixin_mixin4.c Adjust the EFL to the Eo class_initilizer changes. 2016-09-05 16:03:17 +01:00
mixin_mixin4.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
mixin_simple.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
mixin_simple.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00