| 2470 | } |
| 2471 | |
| 2472 | G_MODULE_EXPORT void |
| 2473 | queue_pause_action_cb (GSimpleAction *action, GVariant *param, gpointer data) |
| 2474 | { |
| 2475 | ghb_power_manager_reset(); |
| 2476 | ghb_pause_resume_queue(); |
| 2477 | } |
| 2478 | |
| 2479 | G_MODULE_EXPORT void |
| 2480 | queue_drag_leave_cb (GtkDropTarget *target, GtkListBox *lb) |
nothing calls this directly
no test coverage detected