You might call this an API break, but it's a bug fix.
authoronefang <onefang@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Nov 2011 02:27:16 +0000 (02:27 +0000)
committeronefang <onefang@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Nov 2011 02:27:16 +0000 (02:27 +0000)
commit52bdd80f8294dbfd08b57a433b6b4093d699c2bf
tree817cd5a508a1956259f0b0fde068b49b2b9b3ee5
parentfcfafe9a645af1451ba6b51ae40d9819bd89af0d
You might call this an API break, but it's a bug fix.

The very original lua code from waaaay back when,
would create the various timer objects as members of the evas class,
which would mean you could call evas functions on the timer objects.

Not good.

Now they have their own classes.

However, you still have to create them by calling functions in the
edje class, there should probably be an ecore class for that instead.

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