| 437 | GHB_DECLARE_ACTION_CB(subtitle_clear_cb); |
| 438 | |
| 439 | static void |
| 440 | set_action_accel (GtkApplication *app, const char *name, const char *accel) |
| 441 | { |
| 442 | const char *vaccel[] = { accel, NULL }; |
| 443 | gtk_application_set_accels_for_action(app, name, vaccel); |
| 444 | } |
| 445 | |
| 446 | static void |
| 447 | map_actions (GtkApplication *app, signal_user_data_t *ud) |