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

Function ghb_audio_list_refresh_all

gtk/src/audiohandler.c:933–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void
934ghb_audio_list_refresh_all(signal_user_data_t *ud)
935{
936 sanitize_audio_tracks(ud);
937 audio_refresh_list_ui(ud);
938 ghb_update_summary_info(ud);
939}
940
941static void
942audio_update_setting(

Callers 4

title_add_action_cbFunction · 0.85
ghb_load_post_settingsFunction · 0.85
update_acodecFunction · 0.85
queue_start_action_cbFunction · 0.85

Calls 3

sanitize_audio_tracksFunction · 0.85
audio_refresh_list_uiFunction · 0.85
ghb_update_summary_infoFunction · 0.85

Tested by

no test coverage detected