MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setLoop

Method setLoop

Suscan/Source.cpp:616–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void
617Source::Config::setLoop(bool value)
618{
619 if (this->instance == nullptr)
620 return;
621
622 suscan_source_config_set_loop(
623 this->instance,
624 value ? SU_TRUE : SU_FALSE);
625}
626
627void
628Source::Config::setDCRemove(bool value)

Callers 1

onCheckButtonsToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected