elm run - be explicit about elm run not nesting in docs

@feature
This commit is contained in:
Carsten Haitzler 2015-10-05 16:05:24 +09:00
parent 0c8a75442a
commit 956a05ff8d
1 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,10 @@ EAPI int elm_shutdown(void);
* called. It will keep looping, running the main
* (event/processing) loop for Elementary.
*
* This function should be called once only from the same thread that
* initted elementary, (elm_init(), eina_init(), ...) and should never
* be nested. Never call it from within an instance of itself.
*
* @see elm_init() for an example
*
* @ingroup General