From: Eduardo Felipe <eduardofelipe87@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 20 May 2010 04:48:17 +0000 (04:48 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 20 May 2010 04:48:17 +0000 (04:48 +0000)
commit459b3c83355ccad3271309d86481652012bb380f
tree8d82c8de13d29b91b0d4c01109b30d3c6a6772f1
parent9baa25f5c30f0926b2193e88c3b3b854a7c448c3
From: Eduardo Felipe <eduardofelipe87@gmail.com>
Upon creating a timer, it's callback must return an int, otherwise it
would panic. The python bindings do the nicety of, if the callback
function returns nothing, automatically canceling the reschedule of
the timer.

This patch does the same for lua. It's a oneliner.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49051 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_lua.c