summaryrefslogtreecommitdiff
path: root/data/edje
diff options
context:
space:
mode:
authorzmike <michael.blumenkrantz@gmail.com>2014-02-03 17:18:52 -0500
committerzmike <michael.blumenkrantz@gmail.com>2014-02-03 17:19:31 -0500
commit0ee6327035ea1109fddfe929547c3c1c6e521429 (patch)
tree494dcd8e02c256351e7edf5eee17c4963d3a7238 /data/edje
parenta5a907023dd7e7abdc75c20117eeacfa3992d776 (diff)
downloadefl-0ee6327035ea1109fddfe929547c3c1c6e521429.tar.gz
edje embryo now supports reset_timer()
works the same as ecore_timer_reset()
Diffstat (limited to 'data/edje')
-rw-r--r--data/edje/include/edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/edje/include/edje.inc b/data/edje/include/edje.inc
index a75e3cf267..1cf7b89f84 100644
--- a/data/edje/include/edje.inc
+++ b/data/edje/include/edje.inc
@@ -60,6 +60,7 @@ native Float:fetch_float (id, pos);
/********************/
native timer (Float:in, fname[], val);
native cancel_timer(id);
+native reset_timer(id);
/*******************/
/* Edje anim calls */