q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8eca257bf81fce0afd01a399ddc81df959e9131a
commit 8eca257bf81fce0afd01a399ddc81df959e9131a Author: Daniel Kolesa <d.kol...@samsung.com> Date: Tue Mar 3 16:38:24 2015 +0000 elua: connect del callback by default --- src/bindings/luajit/eo.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/luajit/eo.lua b/src/bindings/luajit/eo.lua index 5aad9e0..4e047bc 100644 --- a/src/bindings/luajit/eo.lua +++ b/src/bindings/luajit/eo.lua @@ -318,6 +318,8 @@ M.__ctor_common = function(klass, parent, ctor, loff, ...) ret = eo.eo_finalize() eo._eo_do_end(nil) end + eo.eo_event_callback_priority_add(eo._EO_BASE_EVENT_DEL, 0, eo_event_del, + nil) ffi.gc(ret, obj_gccb) return ret end --