ecore: modify documentation for ecore_thread_wait

Summary: this patch modify ecore_thread_wait documentation to use it only main llop explicitly.

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7225
This commit is contained in:
Wonki Kim 2019-01-09 12:46:49 -05:00 committed by Mike Blumenkrantz
parent 6539bc7788
commit d48ec2679b
1 changed files with 3 additions and 0 deletions

View File

@ -1895,6 +1895,9 @@ EAPI Eina_Bool ecore_thread_cancel(Ecore_Thread *thread);
* @param thread The thread to wait on.
* @param wait Maximum time to wait before exiting anyway.
* @return EINA_TRUE if the thread execution is over.
*
* Note: This function should only be called in the main loop.
*
*/
EAPI Eina_Bool ecore_thread_wait(Ecore_Thread *thread, double wait);