| 103 | } |
| 104 | |
| 105 | static void |
| 106 | ghb_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 | |
| 114 | static void |
| 115 | chapter_refresh_list_ui(signal_user_data_t *ud) |
no test coverage detected