glib-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.DelegateDelegate to invoke during idle timeTo be added.
The handler specified by the delegate will be invoked during
the GLib main loop execution. If the handler returns the handler is kept for another round of
Idle execution, if is returned, the
handler is removed.
System.Boolean