| 411 | } |
| 412 | |
| 413 | void waybar::modules::Wireplumber::asyncLoadRequiredApiModules() { |
| 414 | spdlog::debug("[{}]: loading default nodes api module", name_); |
| 415 | wp_core_load_component(wp_core_, "libwireplumber-module-default-nodes-api", "module", nullptr, |
| 416 | "default-nodes-api", nullptr, (GAsyncReadyCallback)onDefaultNodesApiLoaded, |
| 417 | this); |
| 418 | } |
| 419 | |
| 420 | auto waybar::modules::Wireplumber::update() -> void { |
| 421 | auto format = format_; |
nothing calls this directly
no outgoing calls
no test coverage detected