From: cedric Date: Mon, 1 Aug 2011 14:59:51 +0000 (+0000) Subject: eina: forgotten since. X-Git-Tag: 2.0_alpha~64^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ec15b20d72ebdba76b638ad16606be2d83cd657;p=framework%2Fuifw%2Feina.git eina: forgotten since. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@61957 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/include/eina_main.h b/src/include/eina_main.h index e94cfc1..82888b5 100644 --- a/src/include/eina_main.h +++ b/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