SignalGroup.connectData

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

See: g_signal_connect_data().

class SignalGroup
void
connectData
(
,
GCallback cHandler
,
void* data
,
GClosureNotify notify
,
GConnectFlags flags
)

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

notify
Type: GClosureNotify

function to be called when disposing of @self

flags
Type: GConnectFlags

the flags used to create the signal connection

Meta