public uint add_full (int priority, uint fps, owned SourceFunc func)
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.