lauromoura pushed a commit to branch master.

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

commit fa3358acce3cd25e79f306f3dd31b5d9ce6ebe1b
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Fri Nov 1 17:03:56 2019 -0300

    mono: blacklist efl_thread
    
    Summary:
    C# developers are already familar with C# Thread`System.Threading.Thread`, 
We
    don't need to provide Wrapped `Efl.Thread` class.
    Also, we can't ensure compatibility between C# Thread and EFL Thread.
    
    Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true
    
    Reviewers: lauromoura, Jaehyun_Cho
    
    Reviewed By: lauromoura
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10586
---
 src/bindings/mono/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bindings/mono/meson.build b/src/bindings/mono/meson.build
index d253a8afe5..9545aa1cd2 100644
--- a/src/bindings/mono/meson.build
+++ b/src/bindings/mono/meson.build
@@ -83,6 +83,9 @@ blacklisted_files = [
   'elm_interface_scrollable.eo',
   'evas_canvas3d_types.eot',
   'elm_general.eot',
+  'efl_thread.eo',
+  'efl_threadio.eo',
+  'efl_appthread.eo'
 ]
 
 manual_inheritance_files = [

-- 


Reply via email to