ecore: add some documentation for efl_loop_future_scheduler_get.

This commit is contained in:
Cedric BAIL 2018-01-03 11:37:38 -08:00
parent b8ab0ca1f5
commit 5efb8f3eb2
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@ EAPI int efl_loop_exit_code_process(Eina_Value *value);
#include "efl_loop_consumer.eo.h"
/**
* @brief Get the future scheduler for the current loop.
*
* @param[in] An object which is either a loop or a loop consumer
* @return The current loop's future scheduler.
*/
EAPI Eina_Future_Scheduler *efl_loop_future_scheduler_get(const Eo *obj);
#include "efl_loop_fd.eo.h"