mono: encapsulate internal efl_all members

Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true

Reviewers: lauromoura, segfaultxavi, Jaehyun_Cho

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, woohyun, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10347
devs/lauromoura/tcautomated
Yeongjong Lee 4 years ago committed by Lauro Moura
parent f3dedfe395
commit a3eb4670f1
  1. 4
      src/bindings/mono/efl_mono/efl_all.cs

@ -33,7 +33,7 @@ static class UnsafeNativeMethods
_evas_init = new Efl.Eo.FunctionWrapper<init_func_delegate>(efl.Libs.Evas, "evas_init");
}
public static void evas_init()
internal static void evas_init()
{
_evas_init.Value.Delegate();
}
@ -52,7 +52,7 @@ public static class All
private set;
}
public static readonly object InitLock = new object();
internal static readonly object InitLock = new object();
public static void Init(Efl.Csharp.Components components = Efl.Csharp.Components.Basic)
{

Loading…
Cancel
Save