Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4859
void
4860
ghb_resume_queue (void)
4861
{
4862
hb_status.queue.state &= ~GHB_STATE_PAUSED;
4863
hb_resume( h_queue );
4864
}
4865
4866
void
4867
ghb_pause_resume_queue (void)
Callers
5
ghb_pause_resume_queue
Function · 0.85
low_disk_check_response_cb
Function · 0.85
battery_level_cb
Function · 0.85
upower_status_cb
Function · 0.85
power_save_cb
Function · 0.85
Calls
1
hb_resume
Function · 0.85
Tested by
no test coverage detected