ecore: move efl_loop_message_process to ecore_internal.h to allow other EFL component to use it.

This commit is contained in:
Cedric BAIL 2018-02-02 14:50:54 -08:00
parent d7fe2d5608
commit 725c8add86
2 changed files with 1 additions and 2 deletions

View File

@ -29,6 +29,7 @@
#endif
EAPI void ecore_loop_arguments_send(int argc, const char **argv);
EAPI Eina_Bool efl_loop_message_process(Eo *obj);
#undef EAPI
#define EAPI

View File

@ -542,8 +542,6 @@ void ecore_loop_promise_fulfill(Efl_Promise *p);
#define EFL_LOOP_DATA efl_data_scope_get(efl_main_loop_get(), EFL_LOOP_CLASS)
EOAPI Eina_Bool efl_loop_message_process(Eo *obj);
#undef EAPI
#define EAPI