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

Function init_ui_combo_boxes

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

Source from the content-addressed store, hash-verified

3333}
3334
3335static void
3336init_ui_combo_boxes (void)
3337{
3338 gint ii;
3339 GtkComboBox *combo;
3340
3341 for (ii = 0; combo_name_map[ii].name != NULL; ii++)
3342 {
3343 combo = GTK_COMBO_BOX(ghb_builder_widget(combo_name_map[ii].name));
3344 ghb_init_combo_box(combo);
3345 }
3346}
3347
3348gint64
3349ghb_chapter_range_get_duration(const hb_title_t *title, gint sc, gint ec)

Callers 1

ghb_combo_initFunction · 0.85

Calls 2

ghb_builder_widgetFunction · 0.85
ghb_init_combo_boxFunction · 0.85

Tested by

no test coverage detected