efl_mono: remove efl_access_object_role_get from blacklist 64/196664/2
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 3 Jan 2019 08:31:16 +0000 (17:31 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 3 Jan 2019 08:36:47 +0000 (08:36 +0000)
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

index ac6f18c..684b842 100644 (file)
@@ -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"