2 using System.Collections.Generic;
7 internal static partial class Interop
9 internal static partial class EventThreadCallback
12 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_EventThreadCallback")]
13 public static extern global::System.IntPtr new_EventThreadCallback(Tizen.NUI.EventThreadCallback.CallbackDelegate delegate1);
16 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_EventThreadCallback")]
17 public static extern void delete_EventThreadCallback(global::System.Runtime.InteropServices.HandleRef jarg1);
20 [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_EventThreadCallback_Trigger")]
21 public static extern void EventThreadCallback_Trigger(global::System.Runtime.InteropServices.HandleRef jarg1);