webrtc: Add `Since: 1.18` markers to the new datachannel library API
authorSebastian Dröge <sebastian@centricular.com>
Wed, 3 Jun 2020 07:32:00 +0000 (10:32 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 3 Jun 2020 07:32:00 +0000 (10:32 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1315>

gst-libs/gst/webrtc/datachannel.c
gst-libs/gst/webrtc/datachannel.h

index 99cc4f4..358eb12 100644 (file)
@@ -24,6 +24,8 @@
  * @title: GstWebRTCDataChannel
  *
  * <https://www.w3.org/TR/webrtc/#rtcdatachannel>
+ *
+ * Since: 1.18
  */
 
 #ifdef HAVE_CONFIG_H
index be2379c..79b536f 100644 (file)
@@ -41,6 +41,8 @@ GType gst_webrtc_data_channel_get_type(void);
 
 /**
  * GstWebRTCDataChannel:
+ *
+ * Since: 1.18
  */
 struct _GstWebRTCDataChannel
 {
@@ -63,6 +65,11 @@ struct _GstWebRTCDataChannel
   gpointer                         _padding[GST_PADDING];
 };
 
+/**
+ * GstWebRTCDataChannelClass:
+ *
+ * Since: 1.18
+ */
 struct _GstWebRTCDataChannelClass
 {
   GObjectClass        parent_class;