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

Function ghb_queue_remove_row

gtk/src/queuehandler.c:2409–2419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2407}
2408
2409G_MODULE_EXPORT void
2410ghb_queue_remove_row (GhbQueueRow *row)
2411{
2412 g_return_if_fail(GHB_IS_QUEUE_ROW(row));
2413 signal_user_data_t *ud = ghb_ud();
2414
2415 queue_remove_row_internal(row);
2416 ghb_save_queue(ud->queue);
2417 ghb_update_pending(ud);
2418 ghb_queue_buttons_grey(ud);
2419}
2420
2421G_MODULE_EXPORT void
2422queue_start_action_cb (GSimpleAction *action, GVariant *param,

Callers 1

Calls 5

ghb_udFunction · 0.85
ghb_save_queueFunction · 0.85
ghb_update_pendingFunction · 0.85
ghb_queue_buttons_greyFunction · 0.85

Tested by

no test coverage detected