Creates a new timeout source.
The source will not initially be associated with any #GMainContext and must be added to one with glib.source.Source.attach before it will be executed.
The scheduling granularity/accuracy of this timeout source will be in seconds.
The interval given is in terms of monotonic time, not wall clock time. See glib.global.getMonotonicTime.
the timeout interval in seconds
the newly-created timeout source
Creates a new timeout source.
The source will not initially be associated with any #GMainContext and must be added to one with glib.source.Source.attach before it will be executed.
The scheduling granularity/accuracy of this timeout source will be in seconds.
The interval given is in terms of monotonic time, not wall clock time. See glib.global.getMonotonicTime.