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

Function ghb_resume_queue

gtk/src/hb-backend.c:4859–4864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4857}
4858
4859void
4860ghb_resume_queue (void)
4861{
4862 hb_status.queue.state &= ~GHB_STATE_PAUSED;
4863 hb_resume( h_queue );
4864}
4865
4866void
4867ghb_pause_resume_queue (void)

Callers 5

ghb_pause_resume_queueFunction · 0.85
battery_level_cbFunction · 0.85
upower_status_cbFunction · 0.85
power_save_cbFunction · 0.85

Calls 1

hb_resumeFunction · 0.85

Tested by

no test coverage detected