MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / uninhibit_suspend

Function uninhibit_suspend

gtk/src/callbacks.c:282–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282static void
283uninhibit_suspend (void)
284{
285 if (suspend_cookie)
286 {
287 gtk_application_uninhibit(GTK_APPLICATION(GHB_APPLICATION_DEFAULT),
288 suspend_cookie);
289 suspend_cookie = 0;
290 }
291}
292
293// This is a dependency map used for greying widgets
294// that are dependent on the state of another widget.

Callers 2

ghb_start_next_jobFunction · 0.85
ghb_backend_eventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected