| 2345 | } |
| 2346 | |
| 2347 | G_MODULE_EXPORT void |
| 2348 | queue_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 | |
| 2359 | G_MODULE_EXPORT void |
| 2360 | queue_reset_fail_action_cb (GSimpleAction *action, GVariant *param, |
nothing calls this directly
no test coverage detected