Function Macro
GObjectsignal_connect
since: 2.0
Description
Connects a GCallback
function to a signal for a particular object.
The handler will be called synchronously, before the default handler of the signal. g_signal_emit()
will not return control until all handlers are called.
See [memory management of signal handlers][signals.html#Memory_management_of_signal_handlers] for
details on how to handle the return value and memory management of data
.
Available since: 2.0
This function is not directly available to language bindings.