Timeout.remove

Warning gtk_timeout_remove has been deprecated since version 2.4 and should not be used in newly-written code. Use g_source_remove() instead. Removes the given timeout destroying all information about it.

class Timeout
static
void
remove

Parameters

timeoutHandlerId uint

The identifier returned when installing the timeout.

Meta