summaryrefslogtreecommitdiffstats
path: root/gtk/src/presets.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-04-04 21:13:29 +0000
committerjstebbins <[email protected]>2009-04-04 21:13:29 +0000
commit0e8146cb77a2891a228d61fc5cfbca9d715e69fb (patch)
tree6e1b601c6d51d13cdda4aa7b291bd42e267144b2 /gtk/src/presets.h
parentc836a955f7248d35808c0f5e00a72e40d86c1f46 (diff)
LinGui: preview and picture window changes
- split picture settings into it's own window - create overlay for preview window (like the mac ui, but not a pretty) - save window positions and preview display status between sessions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2297 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/presets.h')
-rw-r--r--gtk/src/presets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/presets.h b/gtk/src/presets.h
index c5a870d3d..6bcd14a54 100644
--- a/gtk/src/presets.h
+++ b/gtk/src/presets.h
@@ -38,5 +38,7 @@ void ghb_presets_list_init(signal_user_data_t *ud, gint *indices, gint len);
GValue* ghb_parse_preset_path(const gchar *path);
gchar* ghb_preset_path_string(const GValue *path);
gboolean ghb_preset_is_custom(void);
+void ghb_prefs_store(void);
+void ghb_pref_set(GValue *settings, const gchar *key);
#endif // _GHB_PRESETS_H_