diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-18 03:38:28 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-05-18 03:38:28 -0700 |
commit | a8f182fe2e4fe09cbce0331f0e03b761578ed65b (patch) | |
tree | 0e4cc3f98807e4fda3936a58e52d40cfb26f062b /pages | |
parent | f8b0671cdbe8ae5f8aef23e57e641f3aef890633 (diff) |
Wiki page main-loop.md changed with summary [typo] by Xavi Artigas
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/guides/c/core/main-loop.md.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/develop/guides/c/core/main-loop.md.txt b/pages/develop/guides/c/core/main-loop.md.txt index 5d4e0e61b..01d3a08f3 100644 --- a/pages/develop/guides/c/core/main-loop.md.txt +++ b/pages/develop/guides/c/core/main-loop.md.txt | |||
@@ -185,7 +185,7 @@ You can also view the example in the EFL examples repository: [reference/c/core/ | |||
185 | 185 | ||
186 | ## Polling ## | 186 | ## Polling ## |
187 | 187 | ||
188 | In the rare case where EFL does not provide the event you want, you can resort to conventional application-driven polling. EFL can still managed scheduling of the periodic polling, calling you back when it is time to perform the poll. | 188 | In the rare case where EFL does not provide the event you want, you can resort to conventional application-driven polling. EFL can still manage the scheduling of the periodic polling, calling you back when it is time to perform the poll. |
189 | 189 | ||
190 | You can choose from among the predefined polling priorities depending on which event you use to register your callback: | 190 | You can choose from among the predefined polling priorities depending on which event you use to register your callback: |
191 | 191 | ||