| 374 | } |
| 375 | |
| 376 | bool |
| 377 | Source::Config::fileIsValid(void) const |
| 378 | { |
| 379 | if (this->instance != nullptr) |
| 380 | return suscan_source_config_file_is_valid(this->instance) != SU_FALSE; |
| 381 | |
| 382 | return false; |
| 383 | } |
| 384 | |
| 385 | std::string |
| 386 | Source::Config::getInterface(void) const |
no outgoing calls