Creates a new timeout cycle with the default priority, GPriority.DEFAULT.
Creates a new timeout cycle.
Creates a new timeout cycle with the default priority, GPriority.DEFAULT.
Creates a new timeout cycle.
Removes the timeout from gtk
Adds a new delegate to this timeout cycle
Removes the timeout from gtk
Sets a function to be called at regular intervals, with the default priority, G_PRIORITY_DEFAULT The function is called repeatedly until it returns FALSE, at which point the timeout is automatically destroyed and the function will not be called again. The first call to the function will be at the end of the first interval.
Sets a function to be called at regular intervals, with the given priority. The function is called repeatedly until it returns FALSE, at which point the timeout is automatically destroyed and the function will not be called again. The notify function is called when the timeout is destroyed. The first call to the function will be at the end of the first interval.
Sets a function to be called at regular intervals with the default priority, G_PRIORITY_DEFAULT The function is called repeatedly until it returns FALSE, at which point the timeout is automatically destroyed and the function will not be called again.
Sets a function to be called at regular intervals, with priority. The function is called repeatedly until it returns FALSE, at which point the timeout is automatically destroyed and the function will not be called again.
Creates a new timeout source.
Creates a new timeout source.
The callback execution from glib