Idle.remove

Warning gtk_idle_remove has been deprecated since version 2.4 and should not be used in newly-written code. Use g_source_remove() instead. Removes the idle function with the given id.

class Idle
static
void
remove

Parameters

idleHandlerId uint

Identifies the idle function to remove.

Meta