From 770e7fe8635a4ab668d9fe08b4167c90c9c04f25 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 1 Aug 2011 14:59:51 +0000 Subject: [PATCH] eina: forgotten since. SVN revision: 61957 --- legacy/eina/src/include/eina_main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/eina/src/include/eina_main.h b/legacy/eina/src/include/eina_main.h index e94cfc15b8..82888b5391 100644 --- a/legacy/eina/src/include/eina_main.h +++ b/legacy/eina/src/include/eina_main.h @@ -134,6 +134,7 @@ EAPI int eina_threads_shutdown(void); /** * @brief Check if you are calling this function from the same thread Eina was initialized or not + * @since 1.1.0 * * Most EFL function are not thread safe and all the call need to happen in * the main loop. With this call you could know if you can call an EFL