| 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 | { |
nothing calls this directly
no test coverage detected