ecore: make efl_loop_future_scheduler_get shouldn't be exposed in the object function.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 18 Sep 2017 20:33:34 +0000 (13:33 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 18 Sep 2017 20:33:34 +0000 (13:33 -0700)
commit8400859213fcfae30e4c9ae26e66e5589cb93f01
tree986deb95ea767be9e4736603141dfd291c821d44
parent706bdcd7718cd0571e0f3716b589f0ff8736d38c
ecore: make efl_loop_future_scheduler_get shouldn't be exposed in the object function.

Function declared in a .eo are something that we want to allow people to inherit from
or use in a binding. I can't think of a situation where that would be the case for
this function and it solves at the same time problem of needing a shared interface
for both loop and loop_user.
src/lib/ecore/Ecore_Eo.h
src/lib/ecore/ecore_main.c
src/lib/ecore/efl_loop.eo
src/lib/ecore/efl_loop_user.c
src/lib/ecore/efl_loop_user.eo