2c4451817b4d4d1b391d0a7e0dc6ee4c678c1ffe
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.uintp.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Tizen.NUI
6 {
7     internal static partial class Interop
8     {
9         internal static partial class uintp
10         {
11             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_uintp")]
12             public static extern global::System.IntPtr NewUintp();
13
14             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_uintp")]
15             public static extern void DeleteUintp(global::System.Runtime.InteropServices.HandleRef jarg1);
16
17             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_uintp_assign")]
18             public static extern void assign(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
19
20             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_uintp_value")]
21             public static extern uint value(global::System.Runtime.InteropServices.HandleRef jarg1);
22
23             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_uintp_cast")]
24             public static extern global::System.IntPtr cast(global::System.Runtime.InteropServices.HandleRef jarg1);
25
26             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_uintp_frompointer")]
27             public static extern global::System.IntPtr frompointer(global::System.Runtime.InteropServices.HandleRef jarg1);
28         }
29     }
30 }