webrtc: Fix data-channel send-string doc
This commit is contained in:
parent
5e4d10e296
commit
36de11520e
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user