ecore: Add since tag for new ecore_thread_wait() API

Added in this cycle but no since tag was given.
This commit is contained in:
Stefan Schmidt 2015-01-27 11:35:54 +01:00
parent bd818f7eca
commit 5eb2d474ff
1 changed files with 1 additions and 0 deletions

View File

@ -1833,6 +1833,7 @@ EAPI Eina_Bool ecore_thread_cancel(Ecore_Thread *thread);
/**
* @brief Block the main loop until the thread execution is over.
* @since 1.13.0
*
* @param thread The thread to wait on.
* @param wait Maximum time to wait before exiting anyway.