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

Function clear_subtitle_list_settings

gtk/src/subtitlehandler.c:1028–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028static void
1029clear_subtitle_list_settings(GhbValue *settings)
1030{
1031 GhbValue *subtitle_list, *subtitle_search;
1032
1033 subtitle_list = ghb_get_job_subtitle_list(settings);
1034 subtitle_search = ghb_get_job_subtitle_search(settings);
1035 ghb_array_reset(subtitle_list);
1036 ghb_dict_set_bool(subtitle_search, "Enable", 0);
1037}
1038
1039void
1040ghb_clear_subtitle_selection (void)

Callers 3

set_pref_subtitleFunction · 0.85
subtitle_add_all_cbFunction · 0.85
subtitle_clear_cbFunction · 0.85

Calls 3

ghb_dict_set_boolFunction · 0.85

Tested by

no test coverage detected