Update src/Tizen.NUI/src/public/WebView/WebView.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 23 Dec 2024 07:06:57 +0000 (16:06 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 23 Dec 2024 07:51:11 +0000 (16:51 +0900)
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
src/Tizen.NUI/src/public/WebView/WebView.cs

index 7706b475cf87eb52776cccf608a33c55a049fc50..aff44926620c6dab25173b8d7287e65260c99271 100755 (executable)
@@ -449,6 +449,7 @@ namespace Tizen.NUI.BaseComponents
         private delegate void internalWebViewDeviceListGetCallback(IntPtr list, int size);
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
+        [EditorBrowsable(EditorBrowsableState.Never)]
         public delegate void WebViewDeviceListGetCallback(WebDeviceList list, int size);
         private WebViewDeviceListGetCallback deviceListGetCallbackForUser;