efl/src/benchmarks/eo
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
..
.gitignore
Makefile.am
class_simple.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
class_simple.h
eo_bench.c
eo_bench.h
eo_bench_callbacks.c efl: use efl_add_ref to create objects which have no parent 2018-03-20 17:20:56 -07:00
eo_bench_eo_add.c efl: use efl_add_ref to create objects which have no parent 2018-03-20 17:20:56 -07:00
eo_bench_eo_do.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
meson.build meson: fix running of benchmark 2018-12-03 19:22:28 +01:00