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

Function quit_dialog_response

gtk/src/callbacks.c:4123–4131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4121}
4122
4123static void
4124quit_dialog_response (GtkDialog *dialog, int response, gpointer data)
4125{
4126 gtk_window_destroy(GTK_WINDOW(dialog));
4127 if (response == 1)
4128 {
4129 application_quit();
4130 }
4131}
4132static void
4133quit_dialog_show (void)
4134{

Callers

nothing calls this directly

Calls 1

application_quitFunction · 0.85

Tested by

no test coverage detected