MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / clear_bindings

Method clear_bindings

plugins/single_plugins/command.cpp:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 };
283
284 void clear_bindings()
285 {
286 for (auto& binding : bindings)
287 {
288 wf::get_core().bindings->rem_binding(&binding);
289 }
290
291 bindings.clear();
292 }
293
294 wf::signal::connection_t<wf::reload_config_signal> on_reload_config = [=] (auto)
295 {

Callers

nothing calls this directly

Calls 2

rem_bindingMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected