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

Function ghb_remove_old_queue_file

gtk/src/presets.c:1742–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1740}
1741
1742void
1743ghb_remove_old_queue_file(int pid)
1744{
1745 char *name;
1746
1747 name = g_strdup_printf ("queue.%d", pid);
1748 remove_config_file(name);
1749 g_free(name);
1750}
1751
1752GhbValue* ghb_create_copy_mask(GhbValue *settings)
1753{

Callers 1

ghb_reload_queueFunction · 0.85

Calls 1

remove_config_fileFunction · 0.85

Tested by

no test coverage detected