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

Method init

plugins/protocols/wayfire-shell.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485
486 public:
487 void init() override
488 {
489 wf_shell = wayfire_shell_create(wf::get_core().display);
490 toggle_menu.set_handler(toggle_menu_cb);
491 }
492
493 void fini() override
494 {

Callers

nothing calls this directly

Calls 2

wayfire_shell_createFunction · 0.85
set_handlerMethod · 0.80

Tested by

no test coverage detected