[ CCode ( has_target = false ) ]
public delegate void ClosureNotify (void* data, Closure closure)
The type used for the various notification callbacks which can be registered on closures.
| data |
data specified when registering the notification callback |
| closure |
the Closure on which the notification is emitted |