Function
GObjectClosureNotify
Description [src]
The type used for the various notification callbacks which can be registered on closures.
Parameters
- data
- 
            Type: gpointerData specified when registering the notification callback. The argument can be NULL.The data is owned by the caller of the function. 
- closure
- 
            Type: GClosureThe GClosureon which the notification is emitted.The data is owned by the caller of the function.