Function
GObjectClosureNotify
since: 2.0
Description
The type used for the various notification callbacks which can be registered on closures.
Available since: 2.0
Parameters
data
-
Type:
gpointer
Data specified when registering the notification callback.
The argument can be NULL
.The data is owned by the caller of the function. closure
-
Type:
GClosure
The
GClosure
on which the notification is emitted.The data is owned by the caller of the function.