Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1584
void
1585
ghb_presets_list_reinit(signal_user_data_t *ud)
1586
{
1587
presets_list_clear(ud);
1588
ghb_presets_list_init(ud, NULL);
1589
}
1590
1591
static void
1592
presets_list_update_item(
Callers
2
preset_write_response
Function · 0.85
presets_reload_action_cb
Function · 0.85
Calls
2
presets_list_clear
Function · 0.85
ghb_presets_list_init
Function · 0.85
Tested by
no test coverage detected