Try to connect functions to all signals in the interface. The
mapping should consist of handler name : function pairs.
This function differs from the signal_connect function in how it
calls the callback function.
The old interface:
void signal_handler( mixed data, GTK.Object object,
mixed ... signal_arguments )
The new interface:
void signal_handler( mixed ... signal_arguments,
mixed data, GTK.Object object )