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