func (ptr *QWebChannel) SetBlockUpdates(block bool) { defer qt.Recovering("QWebChannel::setBlockUpdates") if ptr.Pointer() != nil { C.QWebChannel_SetBlockUpdates(ptr.Pointer(), C.int(qt.GoBoolToInt(block))) } }
func (ptr *QWebChannel) SetBlockUpdates(block bool) { if ptr.Pointer() != nil { C.QWebChannel_SetBlockUpdates(ptr.Pointer(), C.int(qt.GoBoolToInt(block))) } }