| 571 | |
| 572 | public: |
| 573 | void init() override |
| 574 | { |
| 575 | per_output_plugin_t::init(); |
| 576 | ipc_repo->register_method("vswitch/set-workspace", request_workspace); |
| 577 | ipc_repo->register_method("vswitch/send-view", send_view); |
| 578 | } |
| 579 | |
| 580 | void fini() override |
| 581 | { |
nothing calls this directly
no test coverage detected