Signals.connectClosureById

Connects a closure to a signal for a particular object.

class Signals
static
connectClosureById

Parameters

signalId uint

the id of the signal.

detail GQuark

the detail.

closure Closure

the closure to connect.

after int

whether the handler should be called before or after the default handler of the signal.

Return Value

Type: gulong

the handler id

Meta