efl-csharp: Temporarily blacklist forwarder function.

Depends on support for constants that will come with T7506
Differential Revision: https://phab.enlightenment.org/D7596
This commit is contained in:
Lauro Moura 2019-01-11 04:14:11 +00:00 committed by Marcel Hollerbach
parent 54287d67d4
commit c998af19fc
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ inline bool is_function_blacklisted(std::string const& c_name)
|| c_name == "efl_ui_spin_button_loop_get"
|| 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.
;
}