SourceOnceFunc

typealias SourceOnceFunc = () -> Unit(source)

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

See: g_idle_add_once(), g_timeout_add_once()