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

Function set_action_accel

gtk/src/application.c:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437GHB_DECLARE_ACTION_CB(subtitle_clear_cb);
438
439static void
440set_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
446static void
447map_actions (GtkApplication *app, signal_user_data_t *ud)

Callers 1

map_actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected