| 1154 | } |
| 1155 | |
| 1156 | void |
| 1157 | ghb_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 | |
| 1166 | gboolean |
| 1167 | ghb_get_load_queue (void) |
no test coverage detected