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

Function ghb_power_manager_reset

gtk/src/power-manager.c:306–310  ·  view source on GitHub ↗

Resets the status when the start/pause button is clicked, in order to * avoid phantom resumes. */

Source from the content-addressed store, hash-verified

304/* Resets the status when the start/pause button is clicked, in order to
305 * avoid phantom resumes. */
306void
307ghb_power_manager_reset (void)
308{
309 power_state = GHB_POWER_OK;
310}
311
312/* Disposes of the signals and other objects before shutdown. */
313void

Callers 2

queue_start_action_cbFunction · 0.85
queue_pause_action_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected