| 669 | } |
| 670 | |
| 671 | void |
| 672 | Source::Config::setFormat(enum suscan_source_format fmt) |
| 673 | { |
| 674 | if (this->instance == nullptr) |
| 675 | return; |
| 676 | |
| 677 | suscan_source_config_set_type_format( |
| 678 | this->instance, |
| 679 | suscan_source_config_get_type(this->instance), |
| 680 | fmt); |
| 681 | } |
| 682 | |
| 683 | void |
| 684 | Source::Config::setLabel(const std::string &path) |
no outgoing calls
no test coverage detected