| 657 | } |
| 658 | |
| 659 | void |
| 660 | Source::Config::setType(enum suscan_source_type type) |
| 661 | { |
| 662 | if (this->instance == nullptr) |
| 663 | return; |
| 664 | |
| 665 | suscan_source_config_set_type_format( |
| 666 | this->instance, |
| 667 | type, |
| 668 | suscan_source_config_get_format(this->instance)); |
| 669 | } |
| 670 | |
| 671 | void |
| 672 | Source::Config::setFormat(enum suscan_source_format fmt) |
no outgoing calls
no test coverage detected