signal callback delegate or function to connect
glib.error.ErrorWrap callback(gda.holder.Holder holder, gobject.value.Value newValue, gda.set.Set set)
holder the #GdaHolder which is going to change (optional)
newValue the proposed new value for holder (optional)
set the instance the signal is connected to (optional)
Returns NULL if holder is allowed to change its value to new_value, or a #GError otherwise.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ValidateHolderChange signal.
Gets emitted when a #GdaHolder's in set is going to change its value. One can connect to this signal to control which values holder can have (for example to implement some business rules)