Ejemplo n.º 1
0
 /// <summary>
 /// Disconnects a function.
 /// </summary>
 /// <param name="func">The function to disconnect</param>
 /// <since_tizen> 3 </since_tizen>
 public void Disconnect(System.Delegate func)
 {
     System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate <System.Delegate>(func);
     {
         NDalicManualPINVOKE.ActivatedSignalType_Disconnect(swigCPtr, new System.Runtime.InteropServices.HandleRef(this, ip));
         if (NDalicPINVOKE.SWIGPendingException.Pending)
         {
             throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
     }
 }