| 32 | void ghb_pref_audio_init(signal_user_data_t *ud); |
| 33 | |
| 34 | gint |
| 35 | ghb_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 | |
| 40 | gdouble |
| 41 | ghb_settings_combo_double(const GhbValue *settings, const gchar *key) |
no test coverage detected