Exemplo n.º 1
0
 /// <summary>
 /// Removes a property notification from this object.
 /// </summary>
 /// <param name="propertyNotification">The propertyNotification to be removed.</param>
 /// <since_tizen> 4 </since_tizen>
 public void RemovePropertyNotification(PropertyNotification propertyNotification)
 {
     NDalicPINVOKE.Handle_RemovePropertyNotification(swigCPtr, PropertyNotification.getCPtr(propertyNotification));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void Emit(PropertyNotification arg)
 {
     Interop.PropertyNotifySignal.Emit(swigCPtr, PropertyNotification.getCPtr(arg));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// Create a instance of PropertyNotification.
 /// </summary>
 /// <since_tizen> 4 </since_tizen>
 public PropertyNotification(PropertyNotification handle) : this(Interop.PropertyNotification.new_PropertyNotification__SWIG_1(PropertyNotification.getCPtr(handle)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
        public PropertyNotification Assign(PropertyNotification rhs)
        {
            PropertyNotification ret = new PropertyNotification(Interop.PropertyNotification.PropertyNotification_Assign(swigCPtr, PropertyNotification.getCPtr(rhs)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }