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

Function ghb_application_open

gtk/src/application.c:924–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924static void
925ghb_application_open (GApplication *app, GFile **files, gint n_files,
926 const gchar *hint)
927{
928 if (n_files < 1)
929 return;
930
931 if (dvd_device == NULL)
932 {
933 dvd_device = g_file_get_path(files[0]);
934 }
935 ghb_application_activate(app);
936}
937
938static int
939ghb_application_handle_local_options (GApplication *app, GVariantDict *options)

Callers

nothing calls this directly

Calls 1

ghb_application_activateFunction · 0.85

Tested by

no test coverage detected