From ef255131dc7988d4ef77f76bbdf94cf44b428057 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 4 Mar 2004 21:39:15 +0000 Subject: fix headers fix signals to use - instead of _ Original commit message from CVS: fix headers fix signals to use - instead of _ --- gst-libs/gst/propertyprobe/propertyprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst/propertyprobe') diff --git a/gst-libs/gst/propertyprobe/propertyprobe.c b/gst-libs/gst/propertyprobe/propertyprobe.c index ea242430..85a98932 100644 --- a/gst-libs/gst/propertyprobe/propertyprobe.c +++ b/gst-libs/gst/propertyprobe/propertyprobe.c @@ -70,7 +70,7 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface) if (!initialized) { gst_property_probe_signals[SIGNAL_PROBE_NEEDED] = - g_signal_new ("probe_needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST, + g_signal_new ("probe-needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstPropertyProbeInterface, probe_needed), NULL, NULL, g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); -- cgit v1.2.1