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