From a968c6ea2403cb8d29538517d126064a068bd630 Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:17:51 +0900 Subject: [PATCH] Update src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr Szydełko --- src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs b/src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs index 5d35420..e251c21 100644 --- a/src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs @@ -27,7 +27,7 @@ namespace Tizen.NUI internal class SafeNativePlayerHandle : SafeHandle { /// - /// Constructor, Native player handle is set to handle. + /// Initializes a new instance of SafeNativePlayerHandle referencing the given videoView. /// internal SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false) { -- 2.7.4