diff libpurple/media.h @ 31363:539aa44be788

media: allow obtaining active local and remote candidates. Closes #11830
author Marcus Lundblad <ml@update.uu.se>
date Sat, 20 Nov 2010 13:37:33 +0000
parents dcd52d2b1b97
children a4ba3b194ce3
line wrap: on
line diff
--- a/libpurple/media.h	Sat Nov 20 13:02:08 2010 +0000
+++ b/libpurple/media.h	Sat Nov 20 13:37:33 2010 +0000
@@ -230,12 +230,6 @@
 					 const gchar *sess_id,
 					 const gchar *participant);
 
-#if 0
-/*
- * These two functions aren't being used and I'd rather not lock in the API
- * until they are needed. If they ever are.
- */
-
 /**
  * Gets the active local candidates for the stream.
  *
@@ -245,6 +239,8 @@
  *                    from.
  *
  * @return The active candidates retrieved.
+ *
+ * @since 2.8.0
  */
 GList *purple_media_get_active_local_candidates(PurpleMedia *media,
 		const gchar *sess_id, const gchar *participant);
@@ -258,10 +254,11 @@
  *                    from.
  *
  * @return The remote candidates retrieved.
+ *
+ * @since 2.8.0
  */
 GList *purple_media_get_active_remote_candidates(PurpleMedia *media,
 		const gchar *sess_id, const gchar *participant);
-#endif
 
 /**
  * Sets remote candidates from the stream.