| 1392 | } |
| 1393 | |
| 1394 | static void |
| 1395 | grey_builder_combo_box_item(const gchar *name, gint value, gboolean grey) |
| 1396 | { |
| 1397 | GtkComboBox *combo = GTK_COMBO_BOX(ghb_builder_widget(name)); |
| 1398 | grey_combo_box_item(combo, value, grey); |
| 1399 | } |
| 1400 | |
| 1401 | void |
| 1402 | ghb_mix_opts_filter(GtkComboBox *combo, gint acodec) |
no test coverage detected