From c5af53cb5490b5a7603e0b663961c84e873dd18c Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Thu, 3 Jan 2019 17:31:16 +0900 Subject: [PATCH] efl_mono: remove efl_access_object_role_get from blacklist In 2fda262ca47fde2c83a0571bb61ef33c3be62cdc, efl_access_role_get is modified to efl_access_object_role_get unlike upstream. So this change is reverted in this patch to remove efl_access_object_role_get from blacklist. Change-Id: I3cfee63cb6b8d6487b0a6664c7681d70e173fbcd --- src/bin/eolian_mono/eolian/mono/blacklist.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/eolian_mono/eolian/mono/blacklist.hh b/src/bin/eolian_mono/eolian/mono/blacklist.hh index ac6f18c..684b842 100644 --- a/src/bin/eolian_mono/eolian/mono/blacklist.hh +++ b/src/bin/eolian_mono/eolian/mono/blacklist.hh @@ -34,7 +34,7 @@ inline bool is_function_blacklisted(std::string const& c_name) || c_name == "efl_access_name_set" || c_name == "efl_access_root_get" || c_name == "efl_access_type_get" - || c_name == "efl_access_object_role_get" + || c_name == "efl_access_role_get" || c_name == "efl_access_action_description_get" || c_name == "efl_access_action_description_set" || c_name == "efl_access_image_description_get" -- 2.7.4