summaryrefslogtreecommitdiffstats
path: root/gtk/src/values.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-02-11 00:34:03 +0000
committerjstebbins <[email protected]>2009-02-11 00:34:03 +0000
commite6fa09bc4f3b7b093454e34805ae491d3f5ab71d (patch)
treeda4518fbc26f7e2e27830d85f69455101f284472 /gtk/src/values.h
parentae6f965cd5438c9e9c09f3d6270ef811ecc94035 (diff)
LinGui: fix problem with writing null values to presets file
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2137 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/values.h')
-rw-r--r--gtk/src/values.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/values.h b/gtk/src/values.h
index ecf676cdd..d28727fcb 100644
--- a/gtk/src/values.h
+++ b/gtk/src/values.h
@@ -71,5 +71,7 @@ GValue* ghb_dict_lookup(const GValue *gval, const gchar *key);
gboolean ghb_dict_remove(GValue *gval, const gchar *key);
void ghb_register_transforms(void);
+void debug_show_value(GValue *gval);
+void debug_show_type(GType tp);
#endif // _GHB_VALUES_H_