Add NUI Interop used in flux component
authorJay Cho <chojoong@gmail.com>
Fri, 12 Jan 2024 06:00:03 +0000 (15:00 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 6 Mar 2024 09:35:57 +0000 (18:35 +0900)
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs

index 09ac7be..a775aa0 100755 (executable)
@@ -78,6 +78,9 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TextLabel_Property_OUTLINE_get")]
             public static extern int OutlineGet();
 
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TextLabel_New__SWIG_0")]
+            public static extern global::System.IntPtr New();
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TextLabel_New_With_Style")]
             public static extern global::System.IntPtr New(bool hasStyle);