ObjectWrap.setControlBindingDisabled

void setControlBindingDisabled(string propertyName, bool disabled)

This function is used to disable the control bindings on a property for some time, i.e. [gst.object.ObjectWrap.syncValues] will do nothing for the property.

Parameters

propertyNameproperty to disable
disabledboolean that specifies whether to disable the controller or not.