webrtc: Fix data-channel send-string doc

This commit is contained in:
Philippe Normand 2019-06-23 17:03:32 +01:00
parent 5e4d10e296
commit 36de11520e

View file

@ -1272,7 +1272,7 @@ gst_webrtc_data_channel_class_init (GstWebRTCDataChannelClass * klass)
/** /**
* GstWebRTCDataChannel::send-string: * GstWebRTCDataChannel::send-string:
* @object: the #GstWebRTCDataChannel * @object: the #GstWebRTCDataChannel
* @data: (nullable): a #GBytes with the data * @data: (nullable): the data to send as a string
*/ */
gst_webrtc_data_channel_signals[SIGNAL_SEND_STRING] = gst_webrtc_data_channel_signals[SIGNAL_SEND_STRING] =
g_signal_new_class_handler ("send-string", G_TYPE_FROM_CLASS (klass), g_signal_new_class_handler ("send-string", G_TYPE_FROM_CLASS (klass),