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

Function ghb_prefs_store

gtk/src/presets.c:1064–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064void
1065ghb_prefs_store(void)
1066{
1067 if (prefs_modified)
1068 {
1069 store_prefs();
1070 prefs_modified = FALSE;
1071 }
1072}
1073
1074void
1075ghb_settings_init(GhbValue *settings, const char *name)

Callers 4

prefs_response_cbFunction · 0.85
when_complete_changed_cbFunction · 0.85
hb_window_save_size_cbFunction · 0.85

Calls 1

store_prefsFunction · 0.85

Tested by

no test coverage detected