X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPropertyNotification.cs;h=433390336fa9609177495e535b1a769c346ee499;hb=1f7ae3349f42c84232c21ab43a23f547ad2a5ce4;hp=4fe13ec6bf59fe270687609f1a02536f911761e7;hpb=6fa08daf440e496896babb230e404aae7e77a5bb;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-sharp/sharp/internal/PropertyNotification.cs b/plugins/dali-sharp/sharp/internal/PropertyNotification.cs index 4fe13ec..4333903 100644 --- a/plugins/dali-sharp/sharp/internal/PropertyNotification.cs +++ b/plugins/dali-sharp/sharp/internal/PropertyNotification.cs @@ -14,7 +14,7 @@ using System; using System.Runtime.InteropServices; -public class PropertyNotification : BaseHandle { +internal class PropertyNotification : BaseHandle { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal PropertyNotification(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PropertyNotification_SWIGUpcast(cPtr), cMemoryOwn) { @@ -30,7 +30,7 @@ public class PropertyNotification : BaseHandle { } public override void Dispose() { - if (!Stage.IsInstalled()) { + if (!Window.IsInstalled()) { DisposeQueue.Instance.Add(this); return; } @@ -162,8 +162,8 @@ public class NotifyEventArgs : EventArgs return ret; } - public Handle GetTarget() { - Handle ret = new Handle(NDalicPINVOKE.PropertyNotification_GetTarget(swigCPtr), true); + public Animatable GetTarget() { + Animatable ret = new Animatable(NDalicPINVOKE.PropertyNotification_GetTarget(swigCPtr), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; }