connect


Description:

public void connect (string detailed_signal, Callback c_handler, void* data)

Connects c_handler to the signal detailed_signal on the target instance of this.

You cannot connect a signal handler after target has been set.

Parameters:

this

a SignalGroup

detailed_signal

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

c_handler

the ObjectConstructorFunc to connect

data

the data to pass to c_handler calls