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

Function title_add_multiple_response_cb

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

Source from the content-addressed store, hash-verified

684}
685
686static void
687title_add_multiple_response_cb (GtkDialog *dialog, int response,
688 signal_user_data_t *ud)
689{
690 g_signal_handlers_disconnect_by_data(dialog, ud);
691 gtk_widget_set_visible(GTK_WIDGET(dialog), FALSE);
692 if (response == GTK_RESPONSE_OK)
693 {
694 add_multiple_titles(ud);
695 }
696}
697
698G_MODULE_EXPORT void
699title_add_multiple_action_cb (GSimpleAction *action, GVariant *param,

Callers

nothing calls this directly

Calls 1

add_multiple_titlesFunction · 0.85

Tested by

no test coverage detected