mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
webrtc: Fix data-channel send-string doc
This commit is contained in:
parent
5e4d10e296
commit
36de11520e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue