diff options
-rw-r--r-- | src/bin/eolian_mono/eolian/mono/blacklist.hh | 1 | ||||
-rw-r--r-- | src/bindings/mono/eo_mono/workaround.cs | 3 |
2 files changed, 1 insertions, 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) | |||
64 | || c_name == "efl_ui_list_model_size_get" | 64 | || c_name == "efl_ui_list_model_size_get" |
65 | || c_name == "efl_ui_list_relayout_layout_do" | 65 | || c_name == "efl_ui_list_relayout_layout_do" |
66 | || c_name == "efl_event_callback_forwarder_priority_add" // Depends on constants support. | 66 | || c_name == "efl_event_callback_forwarder_priority_add" // Depends on constants support. |
67 | || c_name == "efl_ui_text_context_menu_item_add" | ||
67 | ; | 68 | ; |
68 | } | 69 | } |
69 | 70 | ||
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 | |||
230 | } // namespace Access | 230 | } // namespace Access |
231 | 231 | ||
232 | } // namespace Efl | 232 | } // namespace Efl |
233 | |||
234 | // Global delegates | ||
235 | public delegate void EvasSmartCb(IntPtr data, IntPtr obj, IntPtr event_info); | ||