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

Method fini

plugins/vswitch/vswitch.cpp:580–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578 }
579
580 void fini() override
581 {
582 per_output_plugin_t::fini();
583 ipc_repo->unregister_method("vswitch/set-workspace");
584 ipc_repo->unregister_method("vswitch/send-view");
585 }
586
587 wf::ipc::method_callback request_workspace = [=] (const wf::json_t& data)
588 {

Callers

nothing calls this directly

Calls 2

finiFunction · 0.85
unregister_methodMethod · 0.80

Tested by

no test coverage detected