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

Function ghb_chapter_list_refresh_all

gtk/src/chapters.c:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void
145ghb_chapter_list_refresh_all(signal_user_data_t *ud)
146{
147 ghb_clear_chapter_list_ui(ud);
148 chapter_refresh_list_ui(ud);
149}
150
151static void
152chapter_changed_cb (GhbChapterRow *row, GParamSpec *pspec, signal_user_data_t *ud)

Callers 2

ghb_load_post_settingsFunction · 0.85
chapter_list_import_xmlFunction · 0.85

Calls 2

chapter_refresh_list_uiFunction · 0.85

Tested by

no test coverage detected