ClosureNotify

typealias ClosureNotify = (<Error class: unknown class>?, closure: Closure) -> Unit

The type used for the various notification callbacks which can be registered on closures.

  • param data data specified when registering the notification callback

  • param closure the #GClosure on which the notification is emitted