MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / log_directory_action_cb

Function log_directory_action_cb

gtk/src/callbacks.c:5876–5882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5874}
5875
5876G_MODULE_EXPORT void
5877log_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}

Callers

nothing calls this directly

Calls 2

ghb_get_user_config_dirFunction · 0.85
ghb_file_openFunction · 0.85

Tested by

no test coverage detected