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

Function title_add_action_cb

gtk/src/title-add.c:676–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676G_MODULE_EXPORT void
677title_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
686static void
687title_add_multiple_response_cb (GtkDialog *dialog, int response,

Callers

nothing calls this directly

Calls 3

ghb_add_title_to_queueFunction · 0.85
ghb_queue_selection_initFunction · 0.85

Tested by

no test coverage detected