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

Function delayed_store_prefs

gtk/src/presets.c:1939–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1937static guint prefs_timeout_id = 0;
1938
1939static gboolean
1940delayed_store_prefs(gpointer data)
1941{
1942 write_config_file("preferences.json", prefsDict);
1943 prefs_timeout_id = 0;
1944 return FALSE;
1945}
1946
1947static void
1948store_presets (void)

Callers

nothing calls this directly

Calls 1

write_config_fileFunction · 0.85

Tested by

no test coverage detected