Timeout.sourceNew

Creates a new timeout source. The source will not initially be associated with any GMainContext and must be added to one with g_source_attach() before it will be executed.

class Timeout
static
sourceNew
()

Parameters

interval uint

the timeout interval in milliseconds.

Return Value

Type: Source

the newly-created timeout source

Meta