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

Function application_quit

gtk/src/callbacks.c:469–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469static void
470application_quit (void)
471{
472 ghb_hb_cleanup(FALSE);
473 prune_logs();
474 g_application_quit(g_application_get_default());
475}
476
477G_MODULE_EXPORT void
478quit_action_cb (GSimpleAction *action, GVariant *param, gpointer data)

Callers 5

quit_action_cbFunction · 0.85
window_close_request_cbFunction · 0.85
prefs_response_cbFunction · 0.85
quit_cbFunction · 0.85
quit_dialog_responseFunction · 0.85

Calls 2

ghb_hb_cleanupFunction · 0.85
prune_logsFunction · 0.85

Tested by

no test coverage detected