From c62a7dae6316df60c6c47577743b62185ca56951 Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Thu, 12 Dec 2019 16:07:41 +0900 Subject: [PATCH] csharp: remove Efl.IText.Text from the blacklist Summary: There is no conflict anymore. ref T8093 Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true Reviewers: lauromoura, woohyun Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8093 Differential Revision: https://phab.enlightenment.org/D10861 --- 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 07c365fbf6..fc6f20556a 100644 --- a/src/bin/eolian_mono/eolian/mono/blacklist.hh +++ b/src/bin/eolian_mono/eolian/mono/blacklist.hh @@ -152,7 +152,7 @@ inline bool is_alias_blacklisted(attributes::alias_def const& alias, Context con inline bool is_property_blacklisted(std::string const& name) { - return name == "Efl.IText.Text"; + return false; } template