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

Function ghb_set_scan_source

gtk/src/application.c:1156–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156void
1157ghb_set_scan_source (const char *source)
1158{
1159 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1160 g_return_if_fail(GHB_IS_APPLICATION(app));
1161 g_return_if_fail(app->ud != NULL);
1162
1163 ghb_dict_set_string(app->ud->settings, "source", source);
1164}
1165
1166gboolean
1167ghb_get_load_queue (void)

Callers 5

_ghb_idle_ui_initFunction · 0.85
ghb_do_scan_listFunction · 0.85
ghb_do_scanFunction · 0.85
handle_media_changeFunction · 0.85
drive_changed_cbFunction · 0.85

Calls 1

ghb_dict_set_stringFunction · 0.85

Tested by

no test coverage detected