From 80bbc4b1f991276377b52552360278db66581b05 Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Mon, 4 Dec 2017 15:48:04 -0300 Subject: [PATCH] eolian_mono: Add evas_table_mirrored_get/set to bl Clashing with efl_ui_mirrored/get/set --- src/bin/eolian_mono/eolian/mono/function_blacklist.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/eolian_mono/eolian/mono/function_blacklist.hh b/src/bin/eolian_mono/eolian/mono/function_blacklist.hh index 9b08295ca4..51e0a433c1 100644 --- a/src/bin/eolian_mono/eolian/mono/function_blacklist.hh +++ b/src/bin/eolian_mono/eolian/mono/function_blacklist.hh @@ -22,6 +22,8 @@ inline bool is_function_blacklisted(std::string const& c_name) || c_name == "elm_wdg_item_focus_get" || c_name == "elm_wdg_item_focus_set" || c_name == "elm_interface_scrollable_mirrored_set" + || c_name == "evas_obj_table_mirrored_get" + || c_name == "evas_obj_table_mirrored_set" || c_name == "edje_obj_load_error_get" || c_name == "efl_ui_focus_user_parent_get" || c_name == "efl_canvas_object_scale_get" // duplicated signature