zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d48ec2679b8f9e714c1f7f3fef4da49ac71044e6

commit d48ec2679b8f9e714c1f7f3fef4da49ac71044e6
Author: Wonki Kim <wonki_....@samsung.com>
Date:   Wed Jan 9 12:46:49 2019 -0500

    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
---
 src/lib/ecore/Ecore_Common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index c446fb3b05..cccb5b736c 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -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);
 

-- 


Reply via email to