X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fvalues.h;h=d28727fcb6bed2b2fb767391068ff4bbebd36266;hb=2c55a7172bfed971b7255f93323950d23ab775cf;hp=4000ad6f817dfb6e21f339109e539869ea4aa975;hpb=1d001545d16698ef31a2b40879d272b5bd23a22c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/values.h b/gtk/src/values.h index 4000ad6f..d28727fc 100644 --- a/gtk/src/values.h +++ b/gtk/src/values.h @@ -67,9 +67,11 @@ GValue* ghb_rawdata_value_new(ghb_rawdata_t *data); void ghb_dict_insert(GValue *gval, gchar *key, GValue *val); void ghb_dict_iter_init(GHashTableIter *iter, GValue *gval); -GValue* ghb_dict_lookup(GValue *gval, const gchar *key); +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_