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

Function ghb_get_scan_source

gtk/src/application.c:1145–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145const char *
1146ghb_get_scan_source (void)
1147{
1148 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1149 g_return_val_if_fail(GHB_IS_APPLICATION(app), "");
1150 g_return_val_if_fail(app->ud != NULL, "");
1151
1152 return ghb_dict_get_string(app->ud->settings, "source");
1153
1154}
1155
1156void
1157ghb_set_scan_source (const char *source)

Callers 6

set_destination_settingsFunction · 0.85
ghb_idle_scanFunction · 0.85
ghb_do_scanFunction · 0.85
source_dialog_start_scanFunction · 0.85
do_source_dialogFunction · 0.85
dvd_source_activate_cbFunction · 0.85

Calls 1

ghb_dict_get_stringFunction · 0.85

Tested by

no test coverage detected