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
This commit is contained in:
Yeongjong Lee 2019-10-31 18:25:32 -03:00 committed by Mike Blumenkrantz
parent 419308fe7d
commit 4577af8ae6
2 changed files with 1 additions and 3 deletions

View File

@ -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"
;
}

View File

@ -230,6 +230,3 @@ public struct ActionData
} // namespace Access
} // namespace Efl
// Global delegates
public delegate void EvasSmartCb(IntPtr data, IntPtr obj, IntPtr event_info);