@@ -182,6 +182,7 @@ gst_webrtc_ice_set_local_credentials (GstWebRTCICE * ice,
182
182
* gst_webrtc_ice_gather_candidates:
183
183
* @ice: The #GstWebRTCICE
184
184
* @stream: The #GstWebRTCICEStream
185
+ *
185
186
* Returns: FALSE on error, TRUE otherwise
186
187
*
187
188
* Since: 1.22
@@ -215,6 +216,7 @@ gst_webrtc_ice_set_is_controller (GstWebRTCICE * ice, gboolean controller)
215
216
/**
216
217
* gst_webrtc_ice_get_is_controller:
217
218
* @ice: The #GstWebRTCICE
219
+ *
218
220
* Returns: TRUE if set as controller, FALSE otherwise
219
221
*
220
222
* Since: 1.22
@@ -267,7 +269,8 @@ gst_webrtc_ice_set_tos (GstWebRTCICE * ice, GstWebRTCICEStream * stream,
267
269
* gst_webrtc_ice_get_local_candidates:
268
270
* @ice: The #GstWebRTCICE
269
271
* @stream: The #GstWebRTCICEStream
270
- * Returns: (transfer full)(array zero-terminated=1): List of local candidates
272
+ *
273
+ * Returns: (transfer full) (array zero-terminated=1): List of local candidates
271
274
*
272
275
* Since: 1.22
273
276
*/
@@ -286,6 +289,7 @@ gst_webrtc_ice_get_local_candidates (GstWebRTCICE * ice,
286
289
* gst_webrtc_ice_get_remote_candidates:
287
290
* @ice: The #GstWebRTCICE
288
291
* @stream: The #GstWebRTCICEStream
292
+ *
289
293
* Returns: (transfer full) (array zero-terminated=1): List of remote candidates
290
294
*
291
295
* Since: 1.22
0 commit comments