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

Function ghb_idle_scan

gtk/src/callbacks.c:1509–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509gboolean
1510ghb_idle_scan(signal_user_data_t *ud)
1511{
1512 gchar *path;
1513 // ghb_do_scan replaces "source" key in dict, so we must
1514 // make a copy of the string.
1515 path = g_strdup(ghb_get_scan_source());
1516 ghb_do_scan(ud, path, 0, TRUE);
1517 g_free(path);
1518 return FALSE;
1519}
1520
1521extern GhbValue *ghb_queue_edit_settings;
1522static gchar *last_scan_file = NULL;

Callers

nothing calls this directly

Calls 2

ghb_get_scan_sourceFunction · 0.85
ghb_do_scanFunction · 0.85

Tested by

no test coverage detected