Changeset View
Changeset View
Standalone View
Standalone View
src/bindings/mono/eldbus_mono/eldbus_proxy.cs
Show All 19 Lines | |||||
20 | using System.ComponentModel; | 20 | using System.ComponentModel; | ||
21 | 21 | | |||
22 | using static eldbus.EldbusProxyNativeFunctions; | 22 | using static eldbus.EldbusProxyNativeFunctions; | ||
23 | 23 | | |||
24 | namespace eldbus | 24 | namespace eldbus | ||
25 | { | 25 | { | ||
26 | 26 | | |||
27 | [EditorBrowsable(EditorBrowsableState.Never)] | 27 | [EditorBrowsable(EditorBrowsableState.Never)] | ||
28 | public static class EldbusProxyNativeFunctions | 28 | internal static class EldbusProxyNativeFunctions | ||
29 | { | 29 | { | ||
30 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | 30 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | ||
31 | eldbus_proxy_get(IntPtr obj, string _interface); | 31 | eldbus_proxy_get(IntPtr obj, string _interface); | ||
32 | 32 | | |||
33 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | 33 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | ||
34 | eldbus_proxy_ref(IntPtr proxy); | 34 | eldbus_proxy_ref(IntPtr proxy); | ||
35 | 35 | | |||
36 | [DllImport(efl.Libs.Eldbus)] public static extern void | 36 | [DllImport(efl.Libs.Eldbus)] public static extern void | ||
▲ Show 20 Lines • Show All 253 Lines • Show Last 20 Lines |