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
This commit is contained in:
Yeongjong Lee 2019-11-01 17:03:56 -03:00 committed by Lauro Moura
parent be4f8b253b
commit fa3358acce
1 changed files with 3 additions and 0 deletions

View File

@ -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 = [