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

Function ghb_browse_uri

gtk/src/callbacks.c:4950–4957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4948}
4949
4950void
4951ghb_browse_uri (const char *uri)
4952{
4953 GtkUriLauncher *launcher = gtk_uri_launcher_new(uri);
4954 GtkApplication *app = GTK_APPLICATION(g_application_get_default());
4955 GtkWindow *parent = gtk_application_get_active_window(app);
4956 gtk_uri_launcher_launch(launcher, parent, NULL, (GAsyncReadyCallback) browse_uri_finish, NULL);
4957}
4958
4959static void
4960file_open_finish (GtkFileLauncher *launcher, GAsyncResult *result, gpointer data)

Callers 3

ghb_file_openFunction · 0.85
guide_action_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected