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

Function ghb_list_box_remove_all

gtk/src/callbacks.c:5748–5757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5746}
5747
5748void
5749ghb_list_box_remove_all (GtkListBox *lb)
5750{
5751 GtkWidget *row;
5752
5753 while ((row = gtk_widget_get_last_child(GTK_WIDGET(lb))))
5754 {
5755 gtk_list_box_remove(lb, row);
5756 }
5757}
5758
5759static void
5760lang_combo_search(

Callers 3

ghb_audio_defaults_to_uiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected