summaryrefslogtreecommitdiffstats
path: root/gtk/src/settings.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-02-12 22:15:31 +0000
committerjstebbins <[email protected]>2009-02-12 22:15:31 +0000
commit1eaad61b3dca9500b547f5dad29708e18e3da3dc (patch)
tree08b86d6df5ebce844a34ae34546e9dcc47d7c2f9 /gtk/src/settings.h
parent2f66af83fe5b58ce2771f7c6a1e3a19dc24fbfa9 (diff)
LinGui: add video quality slider granularity preference.
I didn't have an easy way to stash doubles in a combo box, so this was more invasive that planned. But now I have some additional flexibitlity. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2154 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r--gtk/src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h
index 55584ca70..8c2cac821 100644
--- a/gtk/src/settings.h
+++ b/gtk/src/settings.h
@@ -84,6 +84,7 @@ gint ghb_settings_get_int(const GValue *settings, const gchar *key);
gdouble ghb_settings_get_double(const GValue *settings, const gchar *key);
gchar* ghb_settings_get_string(const GValue *settings, const gchar *key);
gint ghb_settings_combo_int(const GValue *settings, const gchar *key);
+gdouble ghb_settings_combo_double(const GValue *settings, const gchar *key);
const gchar* ghb_settings_combo_option(const GValue *settings, const gchar *key);
GValue* ghb_widget_value(GtkWidget *widget);