mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
signal should be VOID__VOID
Original commit message from CVS: signal should be VOID__VOID
This commit is contained in:
parent
14df204808
commit
b59f5184bf
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface)
|
||||||
gst_property_probe_signals[SIGNAL_PROBE_NEEDED] =
|
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),
|
G_STRUCT_OFFSET (GstPropertyProbeInterface, probe_needed),
|
||||||
NULL, NULL, g_cclosure_marshal_VOID__POINTER,
|
NULL, NULL, g_cclosure_marshal_VOID__VOID,
|
||||||
G_TYPE_NONE, 1, G_TYPE_POINTER);
|
G_TYPE_NONE, 0);
|
||||||
initialized = TRUE;
|
initialized = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue