From: Jaehyun Cho Date: Thu, 3 Jan 2019 08:31:16 +0000 (+0900) Subject: efl_mono: remove efl_access_object_role_get from blacklist X-Git-Tag: accepted/tizen/unified/20190107.065404~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5af53cb5490b5a7603e0b663961c84e873dd18c;p=platform%2Fupstream%2Fefl.git 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 --- 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"