| 280 | } |
| 281 | |
| 282 | static void |
| 283 | uninhibit_suspend (void) |
| 284 | { |
| 285 | if (suspend_cookie) |
| 286 | { |
| 287 | gtk_application_uninhibit(GTK_APPLICATION(GHB_APPLICATION_DEFAULT), |
| 288 | suspend_cookie); |
| 289 | suspend_cookie = 0; |
| 290 | } |
| 291 | } |
| 292 | |
| 293 | // This is a dependency map used for greying widgets |
| 294 | // that are dependent on the state of another widget. |
no outgoing calls
no test coverage detected