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

Function ghb_clear_chapter_list_ui

gtk/src/chapters.c:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static void
106ghb_clear_chapter_list_ui(signal_user_data_t * ud)
107{
108 GtkListBox * lb;
109
110 lb = GTK_LIST_BOX(ghb_builder_widget("chapters_list"));
111 ghb_list_box_remove_all(lb);
112}
113
114static void
115chapter_refresh_list_ui(signal_user_data_t *ud)

Callers 1

Calls 2

ghb_builder_widgetFunction · 0.85
ghb_list_box_remove_allFunction · 0.85

Tested by

no test coverage detected