SignalGroup.connect

Connects @callback to the signal @detailed_signal on the target instance of @self.

See: g_signal_connect().

class SignalGroup
void
connect
(
,
GCallback cHandler
,
void* data
)

Parameters

detailedSignal
Type: string

a string of the form "signal-name::detail"

cHandler
Type: GCallback

the #GCallback to connect

data
Type: void*

the data to pass to @callback calls

Meta