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

http://git.enlightenment.org/website/www-content.git/commit/?id=167451cb7345c400f52860139f2139f3b3875a89

commit 167451cb7345c400f52860139f2139f3b3875a89
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Mon Dec 7 14:21:28 2015 -0800

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

diff --git a/pages/api/javascript/ecore/event.txt 
b/pages/api/javascript/ecore/event.txt
new file mode 100644
index 0000000..c39f3bc
--- /dev/null
+++ b/pages/api/javascript/ecore/event.txt
@@ -0,0 +1,138 @@
+===== Javascript binding API - Ecore Events =====
+
+[[api:javascript:ecore|Back to the JS Ecore page]]
+
+WORKINPROGRESS
+
+==== Constants ====
+
+=== Signal type ===
+
+   * ''efl.Ecore.Event.NONE''
+   * ''efl.Ecore.Event.SIGNAL_USER''
+   * ''efl.Ecore.Event.SIGNAL_HUP''
+   * ''efl.Ecore.Event.SIGNAL_EXIT''
+   * ''efl.Ecore.Event.SIGNAL_POWER''
+   * ''efl.Ecore.Event.SIGNAL_REALTIME''
+
+=== Hardware state ===
+
+   * ''efl.Ecore.Event.MEMORY_STATE''
+   * ''efl.Ecore.Event.POWER_STATE''
+
+   * ''efl.Ecore.Event.MEMORY_STATE_NORMAL''
+   * ''efl.Ecore.Event.MEMORY_STATE_LOW''
+
+   * ''efl.Ecore.Event.POWER_STATE_MAINS''
+   * ''efl.Ecore.Event.POWER_STATE_BATTERY''
+   * ''efl.Ecore.Event.POWER_STATE_LOW''
+
+=== Changes ===
+
+   * ''efl.Ecore.Event.LOCALE_CHANGED''
+   * ''efl.Ecore.Event.HOSTNAME_CHANGED''
+   * ''efl.Ecore.Event.SYSTEM_TIMEDATE_CHANGED''
+
+==== Functions ====
+
+=== add() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...
+
+=== addHandler() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...
+
+=== getCurrentType() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...
+
+=== addSignalUserHandler() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...
+
+=== addSignalExitHandler() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...
+
+=== addSignalRealtimeHandler() ===
+
+Syntax
+
+<code javascript>
+</code>
+
+Parameters
+
+   * parameter
+
+Return type
+
+   * return type
+
+Lorem ipsum...

-- 


Reply via email to