efl/src/tests/eo/function_overrides/function_overrides_inherit2.h

11 lines
206 B
C

#ifndef INHERIT2_H
#define INHERIT2_H
Eina_Bool inherit2_print(Eo *obj);
Eina_Bool inherit2_print2(Eo *obj);
#define INHERIT2_CLASS inherit2_class_get()
const Efl_Class *inherit2_class_get(void);
#endif