mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
added g_value_copy to shim
Original commit message from CVS: added g_value_copy to shim
This commit is contained in:
parent
e6d7c98c41
commit
362272b7cf
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ struct _GParamSpec {
|
||||||
};
|
};
|
||||||
|
|
||||||
#define g_value_init(value,t) ((value)->type = (t))
|
#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
|
#define g_object_class_install_property g2g_object_class_install_property
|
||||||
|
|
Loading…
Reference in a new issue