SourceOnceFunc

typealias SourceOnceFunc = () -> Unit

A source function that is only called once before being removed from the main context automatically.

See: func@GLib.idle_add_once, func@GLib.timeout_add_once