Changeset View
Changeset View
Standalone View
Standalone View
src/bindings/mono/eldbus_mono/eldbus_object.cs
Show All 21 Lines | |||||
22 | using static eldbus.EldbusObjectNativeFunctions; | 22 | using static eldbus.EldbusObjectNativeFunctions; | ||
23 | 23 | | |||
24 | using IntPtr = System.IntPtr; | 24 | using IntPtr = System.IntPtr; | ||
25 | 25 | | |||
26 | namespace eldbus | 26 | namespace eldbus | ||
27 | { | 27 | { | ||
28 | 28 | | |||
29 | [EditorBrowsable(EditorBrowsableState.Never)] | 29 | [EditorBrowsable(EditorBrowsableState.Never)] | ||
30 | public static class EldbusObjectNativeFunctions | 30 | internal static class EldbusObjectNativeFunctions | ||
31 | { | 31 | { | ||
32 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | 32 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | ||
33 | eldbus_object_get(IntPtr conn, string bus, string path); | 33 | eldbus_object_get(IntPtr conn, string bus, string path); | ||
34 | 34 | | |||
35 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | 35 | [DllImport(efl.Libs.Eldbus)] public static extern IntPtr | ||
36 | eldbus_object_ref(IntPtr obj); | 36 | eldbus_object_ref(IntPtr obj); | ||
37 | 37 | | |||
38 | [DllImport(efl.Libs.Eldbus)] public static extern void | 38 | [DllImport(efl.Libs.Eldbus)] public static extern void | ||
▲ Show 20 Lines • Show All 411 Lines • Show Last 20 Lines |