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

Method init

plugins/vswitch/vswitch.cpp:573–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

register_methodMethod · 0.80
initFunction · 0.50

Tested by

no test coverage detected