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

Function grey_builder_combo_box_item

gtk/src/hb-backend.c:1394–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394static void
1395grey_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
1401void
1402ghb_mix_opts_filter(GtkComboBox *combo, gint acodec)

Callers 3

grey_mix_optsFunction · 0.85
grey_passthruFunction · 0.85
ghb_grey_combo_optionsFunction · 0.85

Calls 2

ghb_builder_widgetFunction · 0.85
grey_combo_box_itemFunction · 0.85

Tested by

no test coverage detected