summaryrefslogtreecommitdiffstats
path: root/gtk/src/values.h
diff options
context:
space:
mode:
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_