felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=80bbc4b1f991276377b52552360278db66581b05

commit 80bbc4b1f991276377b52552360278db66581b05
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Mon Dec 4 15:48:04 2017 -0300

    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

-- 


Reply via email to