WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=a65ebb3b4ed1e59f157053cefebc7692ffd3c24d
commit a65ebb3b4ed1e59f157053cefebc7692ffd3c24d Author: Lauro Moura <[email protected]> Date: Mon Dec 7 13:33:34 2015 -0800 Wiki page animator changed with summary [created] by Lauro Moura --- pages/api/javascript/ecore/animator.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pages/api/javascript/ecore/animator.txt b/pages/api/javascript/ecore/animator.txt new file mode 100644 index 0000000..767d82d --- /dev/null +++ b/pages/api/javascript/ecore/animator.txt @@ -0,0 +1,26 @@ +===== Javascript binding API - Ecore Animator ===== + +[[api:javascript:ecore|Back to the JS Ecore page]] + +WORKINPROGRESS + +==== Constants ==== + +==== Functions ==== + +=== sourceGet() === + +Syntax + +<code javascript> +</code> + +Parameters + + * level - An integer representing the target log level. Usually one of the ''efl.LOG_LEVEL_*'' constants. + +Return value + + * boolean - True if the level is triggering log level. + +Checks whether the given log level will be logged or ignored. \ No newline at end of file --
