added g_value_copy to shim

Original commit message from CVS:
added g_value_copy to shim
This commit is contained in:
Steve Baker 2001-08-28 20:18:37 +00:00
parent e6d7c98c41
commit 362272b7cf

View file

@ -219,6 +219,7 @@ struct _GParamSpec {
};
#define g_value_init(value,t) ((value)->type = (t))
#define g_value_copy gtk_arg_copy
#define g_object_class_install_property g2g_object_class_install_property