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

Function queue_pause_action_cb

gtk/src/queuehandler.c:2472–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2470}
2471
2472G_MODULE_EXPORT void
2473queue_pause_action_cb (GSimpleAction *action, GVariant *param, gpointer data)
2474{
2475 ghb_power_manager_reset();
2476 ghb_pause_resume_queue();
2477}
2478
2479G_MODULE_EXPORT void
2480queue_drag_leave_cb (GtkDropTarget *target, GtkListBox *lb)

Callers

nothing calls this directly

Calls 2

ghb_power_manager_resetFunction · 0.85
ghb_pause_resume_queueFunction · 0.85

Tested by

no test coverage detected