API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.0
#define g_signal_connect_after ( instance, detailed_signal, c_handler, data )
Connects a GCallback function to a signal for a particular object.
GCallback
The handler will be called synchronously, after the default handler of the signal.
Available since: 2.0
This function is not directly available to language bindings.
instance
Type: -
-
The instance to connect to.
detailed_signal
A string of the form “signal-name::detail”.
c_handler
The GCallback to connect.
data
Data to pass to c_handler calls.