WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d5b17ef4077ab0edb9f47ea30b1ae2ee0d4428cb
commit d5b17ef4077ab0edb9f47ea30b1ae2ee0d4428cb Author: Lauro Moura <[email protected]> Date: Thu Dec 10 19:05:28 2015 -0800 Wiki page idle changed with summary [] by Lauro Moura --- pages/api/javascript/ecore/idle.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/api/javascript/ecore/idle.txt b/pages/api/javascript/ecore/idle.txt index 1dbc289..cf1874b 100644 --- a/pages/api/javascript/ecore/idle.txt +++ b/pages/api/javascript/ecore/idle.txt @@ -45,7 +45,7 @@ Add an idler handle to the event loop, returning a handle on success and NULL ot Idlers are useful for progressively processing data without blocking. </note> -=== addEnterer(args) === +=== addEnterer(callback) === Syntax @@ -68,7 +68,7 @@ Add an idle enterer handler. The function func will be called every time the main loop is **entering idle state**, as long as it returns 1 (or ''efl.Ecore.Mainloop.CALLBACK_RENEW''). A return of 0 (or ''efl.Ecore.Mainloop.CALLBACK_CANCEL'') deletes the idle enterer. </note> -=== addEntererBefore(args) === +=== addEntererBefore(callback) === Syntax @@ -91,7 +91,7 @@ Add an idle enterer handler at the start of the list so it gets called earlier t The function func will be called every time the main loop is **entering idle state**, as long as it returns 1 (or ''efl.Ecore.Mainloop.CALLBACK_RENEW''). A return of 0 (or ''efl.Ecore.Mainloop.CALLBACK_CANCEL'') deletes the idle enterer. </note> -=== addExiter(args) === +=== addExiter(callback) === Syntax --
