connect_data
Description:
public void connect_data (string detailed_signal, Callback c_handler, void* data, ClosureNotify notify, ConnectFlags flags)
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 | |
detailed_signal |
a string of the form "signal-name: |
c_handler |
the ObjectConstructorFunc to connect |
flags |
the flags used to create the signal connection |
data |
the data to pass to |
notify |
function to be called when disposing of this |