| 5119 | #define HB_DOCS "https://handbrake.fr/docs/" |
| 5120 | |
| 5121 | G_MODULE_EXPORT void |
| 5122 | guide_action_cb(GSimpleAction *action, GVariant *param, signal_user_data_t *ud) |
| 5123 | { |
| 5124 | ghb_browse_uri(HB_DOCS); |
| 5125 | } |
| 5126 | |
| 5127 | static void |
| 5128 | update_queue_labels(signal_user_data_t *ud) |
nothing calls this directly
no test coverage detected