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

Function ghb_get_status

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

Source from the content-addressed store, hash-verified

3740}
3741
3742void
3743ghb_get_status(ghb_status_t *status)
3744{
3745 memcpy(status, &hb_status, sizeof(ghb_status_t));
3746}
3747
3748static void
3749update_status(hb_state_t *state, ghb_instance_status_t *status)

Callers 6

start_scanFunction · 0.85
start_scan_listFunction · 0.85
source_button_clicked_cbFunction · 0.85
source_action_cbFunction · 0.85
ghb_backend_eventsFunction · 0.85
ghb_low_disk_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected