X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FTapGestureDetectedSignal.cs;h=80a131e9a1890b0a6de1812387255a1840a4f576;hp=baca9a2907013a551dbea59d0e383cb5ec8590c0;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff diff --git a/plugins/dali-sharp/sharp/internal/TapGestureDetectedSignal.cs b/plugins/dali-sharp/sharp/internal/TapGestureDetectedSignal.cs index baca9a2..80a131e 100644 --- a/plugins/dali-sharp/sharp/internal/TapGestureDetectedSignal.cs +++ b/plugins/dali-sharp/sharp/internal/TapGestureDetectedSignal.cs @@ -10,7 +10,7 @@ namespace Dali { -public class TapGestureDetectedSignal : global::System.IDisposable { +internal class TapGestureDetectedSignal : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -28,7 +28,7 @@ public class TapGestureDetectedSignal : global::System.IDisposable { } public virtual void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; } @@ -74,8 +74,8 @@ System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForD } } - public void Emit(Actor arg1, TapGesture arg2) { - NDalicPINVOKE.TapGestureDetectedSignal_Emit(swigCPtr, Actor.getCPtr(arg1), TapGesture.getCPtr(arg2)); + public void Emit(View arg1, TapGesture arg2) { + NDalicPINVOKE.TapGestureDetectedSignal_Emit(swigCPtr, View.getCPtr(arg1), TapGesture.getCPtr(arg2)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); }