ObjectWrap.setControlBindingsDisabled

void setControlBindingsDisabled(bool disabled) nothrow

This function is used to disable all controlled properties of the object for some time, i.e. gst.object.ObjectWrap.syncValues will do nothing.

Parameters

disabledboolean that specifies whether to disable the controller or not.