From 4577af8ae6d51700fe25965676b589dec68faa33 Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Thu, 31 Oct 2019 18:25:32 -0300 Subject: 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 d3b0d494d7..a11db2a9fc 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); -- cgit v1.2.1