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
This commit is contained in:
Yeongjong Lee 2019-10-10 11:15:03 -03:00 committed by Lauro Moura
parent f3dedfe395
commit a3eb4670f1
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{