[ecore] New main loop diagram.

SVN revision: 62357
This commit is contained in:
Gustavo Lima Chaves 2011-08-11 19:29:26 +00:00
parent 236000fefa
commit 608716961b
3 changed files with 6038 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -134,6 +134,7 @@ for reading or writing, allowing for streamlined, non-blocking IO.
Here is an example of a simple program and its basic event loop flow:
@image html prog_flow.png
@image latex prog_flow.eps width=\textwidth
@ -346,6 +347,7 @@ extern "C" {
* flow:
*
* @image html prog_flow.png
* @image latex prog_flow.eps width=\textwidth
*
* For examples of setting up and using a main loop, see
* @ref Ecore_Main_Loop_Page.