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

Function ghb_presets_list_reinit

gtk/src/presets.c:1584–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582}
1583
1584void
1585ghb_presets_list_reinit(signal_user_data_t *ud)
1586{
1587 presets_list_clear(ud);
1588 ghb_presets_list_init(ud, NULL);
1589}
1590
1591static void
1592presets_list_update_item(

Callers 2

preset_write_responseFunction · 0.85
presets_reload_action_cbFunction · 0.85

Calls 2

presets_list_clearFunction · 0.85
ghb_presets_list_initFunction · 0.85

Tested by

no test coverage detected