lauromoura pushed a commit to branch master.

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

commit 5c1f3975bb2faff2177e0ca03741e1c42d902005
Author: Yeongjong Lee <[email protected]>
Date:   Thu Oct 31 18:25:32 2019 -0300

    mono: blacklist efl_ui_text_context_menu_item_add
    
    Summary: Blacklist a method which has `IntPtr` parameters.
    
    Reviewers: woohyun, segfaultxavi, YOhoho, felipealmeida
    
    Reviewed By: felipealmeida
    
    Subscribers: segfaultxavi, zmike, q66, bu5hm4n, cedric, #reviewers, 
#committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10579
---
 src/bin/eolian_mono/eolian/mono/blacklist.hh | 1 +
 src/bindings/mono/eo_mono/workaround.cs      | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/eolian_mono/eolian/mono/blacklist.hh 
b/src/bin/eolian_mono/eolian/mono/blacklist.hh
index 08c706134e..060990c8c9 100644
--- a/src/bin/eolian_mono/eolian/mono/blacklist.hh
+++ b/src/bin/eolian_mono/eolian/mono/blacklist.hh
@@ -64,6 +64,7 @@ inline bool is_function_blacklisted(std::string const& c_name)
     || c_name == "efl_ui_list_model_size_get"
     || c_name == "efl_ui_list_relayout_layout_do"
     || c_name == "efl_event_callback_forwarder_priority_add" // Depends on 
constants support.
+    || c_name == "efl_ui_text_context_menu_item_add"
     ;
 }
 
diff --git a/src/bindings/mono/eo_mono/workaround.cs 
b/src/bindings/mono/eo_mono/workaround.cs
index 66c3ec5879..8e69777953 100644
--- a/src/bindings/mono/eo_mono/workaround.cs
+++ b/src/bindings/mono/eo_mono/workaround.cs
@@ -230,6 +230,3 @@ public struct ActionData
 } // namespace Access
 
 } // namespace Efl
-
-// Global delegates
-public delegate void EvasSmartCb(IntPtr data, IntPtr obj, IntPtr event_info);

-- 


Reply via email to