webrtc: Add Since: 1.18 markers to the new datachannel library API

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1315>
This commit is contained in:
Sebastian Dröge 2020-06-03 10:32:00 +03:00
parent a1bc9d4319
commit ab82893941
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* @title: GstWebRTCDataChannel * @title: GstWebRTCDataChannel
* *
* <https://www.w3.org/TR/webrtc/#rtcdatachannel> * <https://www.w3.org/TR/webrtc/#rtcdatachannel>
*
* Since: 1.18
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -41,6 +41,8 @@ GType gst_webrtc_data_channel_get_type(void);
/** /**
* GstWebRTCDataChannel: * GstWebRTCDataChannel:
*
* Since: 1.18
*/ */
struct _GstWebRTCDataChannel struct _GstWebRTCDataChannel
{ {
@ -63,6 +65,11 @@ struct _GstWebRTCDataChannel
gpointer _padding[GST_PADDING]; gpointer _padding[GST_PADDING];
}; };
/**
* GstWebRTCDataChannelClass:
*
* Since: 1.18
*/
struct _GstWebRTCDataChannelClass struct _GstWebRTCDataChannelClass
{ {
GObjectClass parent_class; GObjectClass parent_class;