Main.inputRemove

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

class Main
static
void
inputRemove

Parameters

inputHandlerId uint

Identifies the function to remove.

Meta