elm elm_general.h: Added note to elm_shutdown() documentation.

SVN revision: 70597
This commit is contained in:
Daniel Juyung Seo 2012-05-02 05:11:53 +00:00
parent 3b10de5440
commit 9f290d4ecc
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ EAPI int elm_init(int argc, char **argv);
*
* @see elm_init() for an example
*
* @note elm_shutdown() will iterate main loop until all ecore_evas are freed.
* There is a possibility to call your ecore callbacks(timer, animator, event,
* job, and etc.) in elm_shutdown()
*
* @ingroup General
*/
EAPI int elm_shutdown(void);