WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=cf44affd60205009943d6b07fdbce6177c025038
commit cf44affd60205009943d6b07fdbce6177c025038 Author: Lauro Moura <[email protected]> Date: Mon Dec 7 12:43:19 2015 -0800 Wiki page ecore changed with summary [created] by Lauro Moura --- pages/api/javascript/ecore.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pages/api/javascript/ecore.txt b/pages/api/javascript/ecore.txt new file mode 100644 index 0000000..e2ee48e --- /dev/null +++ b/pages/api/javascript/ecore.txt @@ -0,0 +1,23 @@ +====== Javascript binding API - ECore - Operating system abstraction and integration ====== + +[[api:javascript|Back to the JS EFL page]] + +The ECore library provides tools to enhance the integration between the application and the operating system. + +===== Components ===== + +[[api/javascript/ecore/animator|Animator API reference]] - Simplify the creation of animations. + +[[api/javascript/ecore/event| Event API reference]] - Creation and notification of events. + +[[api/javascript/ecore/file| File API reference]] - File and directory handling. + +[[api/javascript/ecore/idle| Idle API reference]] - Creation of callbacks to be called when the application is not handling events, timers or file handlers. + +[[api/javascript/ecore/job| Job API reference]] - Queuing jobs for later execution. + +[[api/javascript/ecore/mainloop| Mainloop API reference]] - Integration with EFL main loop. + +[[api/javascript/ecore/poller| Poller API reference]] - Provides an infrastructure for creation of pollers. + +[[api/javascript/ecore/throttle| Throttle API reference]] - Sets the "voluntary throlling" by the EFL main loop. \ No newline at end of file --
