woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c62a7dae6316df60c6c47577743b62185ca56951

commit c62a7dae6316df60c6c47577743b62185ca56951
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Thu Dec 12 16:07:41 2019 +0900

    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<typename Context>

-- 


Reply via email to