Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_create
Function · 0.85
set_handler
Method · 0.80
Tested by
no test coverage detected