Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ disconnect
Method
disconnect
src/util.cpp:68–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void wl_idle_call::disconnect()
69
{
70
if (!source)
71
{
72
return;
73
}
74
75
wl_event_source_remove(source);
76
source = nullptr;
77
}
78
79
bool wl_idle_call::is_connected() const
80
{
Callers
1
check_auto_reload_option
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected