diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2017-12-04 15:48:04 -0300 |
---|---|---|
committer | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2017-12-04 15:48:04 -0300 |
commit | 80bbc4b1f991276377b52552360278db66581b05 (patch) | |
tree | ef91dae70b73a8ed39885781ccbb44586c6c66d9 /src/bin/eolian_mono/eolian/mono | |
parent | e19465bc354a8e831581e34a5cefa36950462667 (diff) |
eolian_mono: Add evas_table_mirrored_get/set to bl
Clashing with efl_ui_mirrored/get/set
Diffstat (limited to 'src/bin/eolian_mono/eolian/mono')
-rw-r--r-- | src/bin/eolian_mono/eolian/mono/function_blacklist.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
22 | || c_name == "elm_wdg_item_focus_get" | 22 | || c_name == "elm_wdg_item_focus_get" |
23 | || c_name == "elm_wdg_item_focus_set" | 23 | || c_name == "elm_wdg_item_focus_set" |
24 | || c_name == "elm_interface_scrollable_mirrored_set" | 24 | || c_name == "elm_interface_scrollable_mirrored_set" |
25 | || c_name == "evas_obj_table_mirrored_get" | ||
26 | || c_name == "evas_obj_table_mirrored_set" | ||
25 | || c_name == "edje_obj_load_error_get" | 27 | || c_name == "edje_obj_load_error_get" |
26 | || c_name == "efl_ui_focus_user_parent_get" | 28 | || c_name == "efl_ui_focus_user_parent_get" |
27 | || c_name == "efl_canvas_object_scale_get" // duplicated signature | 29 | || c_name == "efl_canvas_object_scale_get" // duplicated signature |