mono: blacklist efl_thread
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 1 Nov 2019 20:03:56 +0000 (17:03 -0300)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:41 +0000 (11:20 +0900)
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

index d253a8a..9545aa1 100644 (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 = [