WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=155328deb4d18c66f3286c0f748137cad7def92d

commit 155328deb4d18c66f3286c0f748137cad7def92d
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Wed Dec 9 10:36:12 2015 -0800

    Wiki page mainloop changed with summary [created] by Lauro Moura
---
 pages/api/javascript/ecore/mainloop.txt | 94 +++++++++++++++++++++++++++++++++
 1 file changed, 94 insertions(+)

diff --git a/pages/api/javascript/ecore/mainloop.txt 
b/pages/api/javascript/ecore/mainloop.txt
new file mode 100644
index 0000000..2677d81
--- /dev/null
+++ b/pages/api/javascript/ecore/mainloop.txt
@@ -0,0 +1,94 @@
+===== Javascript binding API - Ecore Mainloop =====
+
+[[api:javascript:ecore|Back to the JS Ecore page]]
+
+**DRAFT**
+
+==== Constants ====
+
+   * ''efl.Ecore.Mainloop.CALLBACK_CANCEL''
+   * ''efl.Ecore.Mainloop.CALLBACK_DONE''
+   * ''efl.Ecore.Mainloop.CALLBACK_PASS_ON''
+   * ''efl.Ecore.Mainloop.CALLBACK_RENEW''
+
+==== Functions ====
+
+=== begin(args) ===
+
+Syntax
+
+<code javascript>
+    code
+</code>
+
+Parameters
+
+   * parameters
+
+Return value
+
+   * return
+
+=== getAnimatorTicked(args) ===
+
+Syntax
+
+<code javascript>
+    code
+</code>
+
+Parameters
+
+   * parameters
+
+Return value
+
+   * return
+
+=== getNested(args) ===
+
+Syntax
+
+<code javascript>
+    code
+</code>
+
+Parameters
+
+   * parameters
+
+Return value
+
+   * return
+
+=== iterate(args) ===
+
+Syntax
+
+<code javascript>
+    code
+</code>
+
+Parameters
+
+   * parameters
+
+Return value
+
+   * return
+
+=== quit(args) ===
+
+Syntax
+
+<code javascript>
+    code
+</code>
+
+Parameters
+
+   * parameters
+
+Return value
+
+   * return
\ No newline at end of file

-- 


Reply via email to