| 526 | } |
| 527 | |
| 528 | void |
| 529 | Source::Config::setPath(const std::string &path) |
| 530 | { |
| 531 | if (this->instance == nullptr) |
| 532 | return; |
| 533 | |
| 534 | SU_ATTEMPT( |
| 535 | suscan_source_config_set_path( |
| 536 | this->instance, |
| 537 | path.c_str())); |
| 538 | } |
| 539 | |
| 540 | void |
| 541 | Source::Config::setFreq(SUFREQ freq) |