Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ fini
Method
fini
plugins/protocols/wayfire-shell.cpp:493–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
void fini() override
494
{
495
wl_global_destroy(wf_shell->shell_manager);
496
delete wf_shell;
497
}
498
499
private:
500
wayfire_shell *wf_shell;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected