| 674 | } |
| 675 | |
| 676 | G_MODULE_EXPORT void |
| 677 | title_add_action_cb (GSimpleAction *action, GVariant *param, |
| 678 | signal_user_data_t *ud) |
| 679 | { |
| 680 | ghb_add_title_to_queue(ud, ud->settings, 0); |
| 681 | ghb_queue_selection_init(ud); |
| 682 | // Validation of settings may have changed audio list |
| 683 | ghb_audio_list_refresh_all(ud); |
| 684 | } |
| 685 | |
| 686 | static void |
| 687 | title_add_multiple_response_cb (GtkDialog *dialog, int response, |
nothing calls this directly
no test coverage detected