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

Function ghb_settings_combo_int

gtk/src/settings.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32void ghb_pref_audio_init(signal_user_data_t *ud);
33
34gint
35ghb_settings_combo_int(const GhbValue *settings, const gchar *key)
36{
37 return ghb_lookup_combo_int(key, ghb_dict_get_value(settings, key));
38}
39
40gdouble
41ghb_settings_combo_double(const GhbValue *settings, const gchar *key)

Callers 15

deint_opts_setFunction · 0.85
denoise_opts_setFunction · 0.85
sharpen_opts_setFunction · 0.85
ghb_set_scale_settingsFunction · 0.85
ghb_validate_filtersFunction · 0.85
set_destination_settingsFunction · 0.85
title_range_get_durationFunction · 0.85
set_widget_rangesFunction · 0.85
check_chapter_markersFunction · 0.85
ghb_set_title_settingsFunction · 0.85
ptop_widget_changed_cbFunction · 0.85

Calls 2

ghb_lookup_combo_intFunction · 0.85
ghb_dict_get_valueFunction · 0.85

Tested by

no test coverage detected