| 255 | } |
| 256 | |
| 257 | void WaylandClient::close() |
| 258 | { |
| 259 | close_buffer(); |
| 260 | connected_ = false; |
| 261 | LogInfo << "Closing the wayland socket"; |
| 262 | } |
| 263 | |
| 264 | bool WaylandClient::connected() const |
| 265 | { |
nothing calls this directly
no outgoing calls
no test coverage detected