q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e7b6e55f42f4f6b7f668d940144024df1f7ee6e9

commit e7b6e55f42f4f6b7f668d940144024df1f7ee6e9
Author: Daniel Kolesa <d.kol...@samsung.com>
Date:   Wed Oct 10 08:58:09 2018 +0200

    elua: add missing eolian bindings method needed for object casting
    
    This enables updated docgen to work.
---
 src/bindings/luajit/eolian.lua | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bindings/luajit/eolian.lua b/src/bindings/luajit/eolian.lua
index a0837e7bdc..161de2c5bb 100644
--- a/src/bindings/luajit/eolian.lua
+++ b/src/bindings/luajit/eolian.lua
@@ -524,6 +524,10 @@ local gen_wrap = function(t)
 end
 
 local object_idx, wrap_object = gen_wrap {
+    object_get = function(self)
+        return cast_obj(self)
+    end,
+
     type_get = function(self)
         return tonumber(eolian.eolian_object_type_get(cast_obj(self)))
     end,

-- 


Reply via email to