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

Function ghb_file_open

gtk/src/callbacks.c:4981–4990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4979}
4980
4981void
4982ghb_file_open (GFile *file)
4983{
4984 if (!file) return;
4985
4986 GtkFileLauncher *launcher = gtk_file_launcher_new(file);
4987 GtkApplication *app = GTK_APPLICATION(g_application_get_default());
4988 GtkWindow *parent = gtk_application_get_active_window(app);
4989 gtk_file_launcher_launch(launcher, parent, NULL, (GAsyncReadyCallback) file_open_finish, NULL);
4990}
4991
4992void
4993ghb_file_open_containing_folder (GFile *file)

Callers 3

log_directory_action_cbFunction · 0.85
queue_open_log_action_cbFunction · 0.85

Calls 2

ghb_browse_uriFunction · 0.85
ghb_logFunction · 0.85

Tested by

no test coverage detected