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

Function queue_reset_all_action_cb

gtk/src/queuehandler.c:2347–2357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2345}
2346
2347G_MODULE_EXPORT void
2348queue_reset_all_action_cb (GSimpleAction *action, GVariant *param,
2349 signal_user_data_t *ud)
2350{
2351 queue_update_all_status(ud, GHB_QUEUE_PENDING);
2352 ghb_save_queue(ud->queue);
2353 queue_update_current_stats(ud);
2354 ghb_queue_select_log(ud);
2355 ghb_update_pending(ud);
2356 ghb_queue_buttons_grey(ud);
2357}
2358
2359G_MODULE_EXPORT void
2360queue_reset_fail_action_cb (GSimpleAction *action, GVariant *param,

Callers

nothing calls this directly

Calls 6

queue_update_all_statusFunction · 0.85
ghb_save_queueFunction · 0.85
ghb_queue_select_logFunction · 0.85
ghb_update_pendingFunction · 0.85
ghb_queue_buttons_greyFunction · 0.85

Tested by

no test coverage detected