signal should be VOID__VOID
authorDavid Schleef <ds@schleef.org>
Thu, 13 Nov 2003 01:48:53 +0000 (01:48 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 13 Nov 2003 01:48:53 +0000 (01:48 +0000)
Original commit message from CVS:
signal should be VOID__VOID

gst-libs/gst/interfaces/propertyprobe.c
gst-libs/gst/propertyprobe/propertyprobe.c

index a8de4a9..c99eb31 100644 (file)
@@ -72,8 +72,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface)
     gst_property_probe_signals[SIGNAL_PROBE_NEEDED] =
       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);
+                   NULL, NULL, g_cclosure_marshal_VOID__VOID,
+                   G_TYPE_NONE, 0);
     initialized = TRUE;
   }
 
index a8de4a9..c99eb31 100644 (file)
@@ -72,8 +72,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface)
     gst_property_probe_signals[SIGNAL_PROBE_NEEDED] =
       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);
+                   NULL, NULL, g_cclosure_marshal_VOID__VOID,
+                   G_TYPE_NONE, 0);
     initialized = TRUE;
   }