ClosureNotify

typealias ClosureNotify = (closure: Closure) -> Unit

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

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