| 2135 | } |
| 2136 | |
| 2137 | G_MODULE_EXPORT void |
| 2138 | queue_open_clicked_cb (GtkWidget *widget, signal_user_data_t *ud) |
| 2139 | { |
| 2140 | open_queue_file(ud); |
| 2141 | } |
| 2142 | |
| 2143 | G_MODULE_EXPORT void |
| 2144 | queue_open_source_action_cb (GSimpleAction *action, GVariant *param, |
nothing calls this directly
no test coverage detected