| 169 | } |
| 170 | |
| 171 | void PortalRemoteDesktop::glibThread(const void *) |
| 172 | { |
| 173 | auto context = g_main_loop_get_context(m_glibMainLoop); |
| 174 | |
| 175 | while (g_main_loop_is_running(m_glibMainLoop)) { |
| 176 | Thread::testCancel(); |
| 177 | g_main_context_iteration(context, true); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | } // namespace deskflow |
nothing calls this directly
no outgoing calls
no test coverage detected