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

Function ghb_load_old_queue

gtk/src/presets.c:1730–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728}
1729
1730GhbValue*
1731ghb_load_old_queue(int pid)
1732{
1733 GhbValue *queue;
1734 char *name;
1735
1736 name = g_strdup_printf ("queue.%d", pid);
1737 queue = read_config_file(name);
1738 g_free(name);
1739 return queue;
1740}
1741
1742void
1743ghb_remove_old_queue_file(int pid)

Callers 1

ghb_reload_queueFunction · 0.85

Calls 1

read_config_fileFunction · 0.85

Tested by

no test coverage detected