Function Macro
GObjectsignal_connect_after
since: 2.0
Description
Connects a GCallback
function to a signal for a particular object.
The handler will be called synchronously, after the default handler of the signal.
This function cannot fail. If the given signal doesn’t exist, a critical warning is emitted.
Available since: 2.0
This function is not directly available to language bindings.