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 string

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

cHandler GCallback

the #GCallback to connect

data void*

the data to pass to @callback calls

notify GClosureNotify

function to be called when disposing of @self

flags GConnectFlags

the flags used to create the signal connection

Meta