| 5874 | } |
| 5875 | |
| 5876 | G_MODULE_EXPORT void |
| 5877 | log_directory_action_cb (GSimpleAction *action, GVariant *param, signal_user_data_t *ud) |
| 5878 | { |
| 5879 | g_autofree char *path = ghb_get_user_config_dir("EncodeLogs"); |
| 5880 | g_autoptr(GFile) file = g_file_new_for_path(path); |
| 5881 | ghb_file_open(file); |
| 5882 | } |
nothing calls this directly
no test coverage detected