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

index 1346440..9efe979 100755 (executable)
@@ -32,8 +32,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 25360f3..a05030f 100755 (executable)
@@ -150,7 +150,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return Interop.WebSettings.AreImagesAutomaticallyLoaded(SwigCPtr);
+                return Interop.WebSettings.AreImagesLoadedAutomatically(SwigCPtr);
             }
             set
             {