efl/src/tests/eolian/data
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
..
base.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
class_funcs.eo
class_requires.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
class_simple.eo
class_simple_ref.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
class_simple_ref_eo.h
class_simple_ref_legacy.h
complex_type.eo efl: add free functions to owned types 2019-01-22 14:02:37 +01:00
consts.eo
ctor_dtor.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
docs.eo eolian: push missing event type changes in tests 2018-05-21 20:32:57 +02:00
docs_ref.h
docs_ref_legacy.h eolian_suite: Fix reference template for doc 2018-10-10 10:12:10 +02:00
enum.eo
events.eo eolian: push missing event type changes in tests 2018-05-21 20:32:57 +02:00
extern.eo
free_func.eo
function_as_argument.eo
function_as_argument_impl_ref.c
function_as_argument_ref.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
function_as_argument_ref.h
function_types.eot
function_types_ref.h
iface.eo eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
import.eo
import_types.eot
import_types_ref.h
mixins_require.eo eolian: introduce the keyword required 2019-01-11 12:37:27 +01:00
nmsp1_class1.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
nmsp1_nmsp11_class2.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
nmsp2_class1.eo eolian: fix tests fallout from the latest changes 2019-01-17 17:29:36 +01:00
no_nmsp.eo eolian: fix tests fallout from the latest changes 2019-01-17 17:29:36 +01:00
null.eo
object_impl.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
object_impl_add.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
object_impl_add_ref.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
object_impl_ref.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
override.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
override_ref.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
owning.eo
owning.eo.c eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
parts.eo eolian: fix tests fallout from the latest changes 2019-01-17 17:29:36 +01:00
scope.eo
struct.eo
struct_ref.h
struct_ref_stub.h
typedef.eo
typedef_ref.h
typedef_ref_stub.h
unimpl.eo eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
var.eo