From 5eb2d474ff7940c8d3c741cc1b6df7b028f013bb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 27 Jan 2015 11:35:54 +0100 Subject: [PATCH] ecore: Add since tag for new ecore_thread_wait() API Added in this cycle but no since tag was given. --- src/lib/ecore/Ecore_Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 7a8c306..6af6932 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -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. -- 2.7.4