MCPcopy 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
68void wl_idle_call::disconnect()
69{
70 if (!source)
71 {
72 return;
73 }
74
75 wl_event_source_remove(source);
76 source = nullptr;
77}
78
79bool wl_idle_call::is_connected() const
80{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected