signal callback delegate or function to connect
void callback(gobject.types.GType oldType, gobject.types.GType newType, gda.column.Column column)
oldType the column's previous type (optional)
newType the column's new type (optional)
column the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to GTypeChanged signal.
Gets emitted whenever column's type has been changed