MCPcopy Create free account
hub / github.com/Alexays/Waybar / asyncLoadRequiredApiModules

Method asyncLoadRequiredApiModules

src/modules/wireplumber.cpp:413–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void 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
420auto waybar::modules::Wireplumber::update() -> void {
421 auto format = format_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected