SourceFuncsFinalizeFunc

typealias SourceFuncsFinalizeFunc = (source: Source) -> Unit

Finalizes the source.

Called when the source is finalized. At this point, the source will have been destroyed, had its callback cleared, and have been removed from its type@GLib.MainContext, but it will still have its final reference count, so methods can be called on it from within this function.

  • param source The #GSource