[NUI] Fix issue that a symbol is not found. (#2999)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Thu, 6 May 2021 08:49:41 +0000 (16:49 +0800)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 08:49:41 +0000 (17:49 +0900)
src/Tizen.NUI/src/internal/Interop/Interop.WebSettings.cs
src/Tizen.NUI/src/internal/WebView/WebSettings.cs

index d910a72..aed2ac6 100755 (executable)
@@ -129,8 +129,8 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WebSettings_AllowScriptsOpenWindows")]
             public static extern void AllowScriptsOpenWindows(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
 
-            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WebSettings_AreImagesAutomaticallyLoaded")]
-            public static extern bool AreImagesAutomaticallyLoaded(global::System.Runtime.InteropServices.HandleRef jarg1);
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WebSettings_AreImagesLoadedAutomatically")]
+            public static extern bool AreImagesLoadedAutomatically(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WebSettings_AllowImagesLoadAutomatically")]
             public static extern void AllowImagesLoadAutomatically(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
index 4b5cccc..e73f6b9 100755 (executable)
@@ -428,7 +428,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return Interop.WebSettings.AreImagesAutomaticallyLoaded(SwigCPtr);
+                return Interop.WebSettings.AreImagesLoadedAutomatically(SwigCPtr);
             }
             set
             {