eo: move event related structures and callback to C
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 21 Apr 2017 13:47:12 +0000 (15:47 +0200)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 21 Apr 2017 13:48:31 +0000 (15:48 +0200)
commitda43c63ce120708100e5205d3d29df26506ca88c
tree73656bae0bc82236f78a2a3e3c6bd3455bbd5908
parentc9377e2ef7a1fc8bdfe002180951993b9794e1d3
eo: move event related structures and callback to C

We don't need to keep this in eo files anymore because the APIs
using them are now fully in C. This also allows removal of the
event callback builtin from Eolian.
src/lib/eo/Eo.h
src/lib/eo/efl_object.eo
src/lib/eolian/database_type.c
src/lib/eolian/eo_lexer.c
src/lib/eolian/eo_lexer.h
src/tests/eolian/data/typedef.eo
src/tests/eolian/data/typedef_ref.c
src/tests/eolian/data/typedef_ref_stub.c
src/tests/eolian/eolian_parsing.c