efl-csharp: Temporarily blacklist forwarder function.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Fri, 11 Jan 2019 04:14:11 +0000 (04:14 +0000)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 16 Jan 2019 02:26:53 +0000 (11:26 +0900)
Depends on support for constants that will come with T7506
Differential Revision: https://phab.enlightenment.org/D7596

src/bin/eolian_mono/eolian/mono/blacklist.hh

index 684b842..fff61c7 100644 (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.
     ;
 }