MCPcopy Create free account
hub / github.com/DISTRHO/DPF / uiIdle

Function uiIdle

examples/ExternalUI/ExternalExampleUI.cpp:137–145  ·  view source on GitHub ↗

Keep-alive. */

Source from the content-addressed store, hash-verified

135 Keep-alive.
136 */
137 void uiIdle() override
138 {
139 #ifdef KDE_FIFO_TEST
140 if (fFifo == -1)
141 return;
142
143 writeRetry(fFifo, "idle\n", 5);
144 #endif
145 }
146
147 /**
148 Manage external process and IPC when UI is requested to be visible.

Callers

nothing calls this directly

Calls 1

writeRetryFunction · 0.85

Tested by

no test coverage detected