Function Macro
GObjectsignal_connect_after
Declaration [src]
#define g_signal_connect_after (
instance,
detailed_signal,
c_handler,
data
)
Description [src]
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 name doesn’t exist,
a critical warning is emitted. No validation is performed on the
‘detail’ string when specified in detailed_signal
, other than a
non-empty check.
Refer to the signals documentation for more details.
This function is not directly available to language bindings.