Function
GObjectsignal_connect_closure_by_id
Declaration
gulong
g_signal_connect_closure_by_id (
GObject* instance,
guint signal_id,
GQuark detail,
GClosure* closure,
gboolean after
)
Parameters
instance |
GObject |
The instance to connect to. |
|
The data is owned by the caller of the function. | |
signal_id |
guint |
The id of the signal. |
|
detail |
GQuark |
The detail. |
|
closure |
GClosure |
The closure to connect. |
|
The data is owned by the caller of the function. | |
after |
gboolean |
Whether the handler should be called before or after the default handler of the signal. |