| 38 | } |
| 39 | |
| 40 | gdouble |
| 41 | ghb_settings_combo_double(const GhbValue *settings, const gchar *key) |
| 42 | { |
| 43 | return ghb_lookup_combo_double(key, ghb_dict_get_value(settings, key)); |
| 44 | } |
| 45 | |
| 46 | gchar* |
| 47 | ghb_settings_combo_option(const GhbValue *settings, const gchar *key) |
no test coverage detected