Signals.connectClosure

Connects a closure to a signal for a particular object.

class Signals
static
connectClosure

Parameters

detailedSignal string

a string of the form "signal-name::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