[gst-cvs] CVS: gstreamer/gst gobject2gtk.h,1.14,1.15
Steve Baker
sbaker3 at users.sourceforge.net
Wed Sep 12 04:20:05 PDT 2001
- Previous message: [gst-cvs] CVS: gstreamer/debian gstreamer-plugin-template.postinst,1.2,1.3 gstreamer-plugin-template.postrm,1.1,1.2 gstreamer-runtime.postinst,1.2,1.3
- Next message: [gst-cvs] CVS: gstreamer/gst gstdparam.c,1.3,1.4 gstdparam.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/gst
In directory usw-pr-cvs1:/tmp/cvs-serv15007
Modified Files:
gobject2gtk.h
Log Message:
correct usage of gtk_arg_copy
Index: gobject2gtk.h
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gobject2gtk.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gobject2gtk.h 2001/09/10 20:11:22 1.14
+++ gobject2gtk.h 2001/09/12 11:19:57 1.15
@@ -230,7 +230,7 @@
};
#define g_value_init(value,t) ((value)->type = (t))
-#define g_value_copy gtk_arg_copy
+#define g_value_copy(src_val,dest_val) (dest_val = gtk_arg_copy(src_val,dest_val))
#define g_value_unset(val)
#define g_object_class_install_property g2g_object_class_install_property
- Previous message: [gst-cvs] CVS: gstreamer/debian gstreamer-plugin-template.postinst,1.2,1.3 gstreamer-plugin-template.postrm,1.1,1.2 gstreamer-runtime.postinst,1.2,1.3
- Next message: [gst-cvs] CVS: gstreamer/gst gstdparam.c,1.3,1.4 gstdparam.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list