Creates a new timeout source.
The source will not initially be associated with any glib.MainContext and must be added to one with Source.attach before it will be executed.
The interval given is in terms of monotonic time, not wall clock time. See g_get_monotonic_time().
the timeout interval in milliseconds.
the newly-created timeout source
Creates a new timeout source.
The source will not initially be associated with any glib.MainContext and must be added to one with Source.attach before it will be executed.
The interval given is in terms of monotonic time, not wall clock time. See g_get_monotonic_time().