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

Method fini

plugins/single_plugins/command.cpp:316–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 void fini()
317 {
318 method_repository->unregister_method("command/register-binding");
319 method_repository->unregister_method("command/unregister-binding");
320 method_repository->unregister_method("command/clear-bindings");
321 clear_bindings();
322 }
323
324 wf::ipc::method_callback_full on_register_binding =
325 [&] (const wf::json_t& js, wf::ipc::client_interface_t *client)

Callers

nothing calls this directly

Calls 1

unregister_methodMethod · 0.80

Tested by

no test coverage detected