GLib.Idle.Remove Method

Removes an Idle handler from the Main Loop.

Syntax

public static bool Remove (IdleHandler hndlr)

Parameters

hndlr
an GLib.IdleHandler to remove.

Returns

The function will return true (a bool) if the delegate was found and removed .

Remarks

Requirements

Namespace: GLib
Assembly: glib-sharp (in glib-sharp.dll)