diff libpurple/media.h @ 26009:6ab96d5d8ac6

Add params to purple_media_add_stream to allow for different libNice compatibility modes needed for GTalk and MSN.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 01 Sep 2008 01:23:26 +0000
parents 943a09762d95
children 3b4b9795f987
line wrap: on
line diff
--- a/libpurple/media.h	Sun Aug 31 23:27:05 2008 +0000
+++ b/libpurple/media.h	Mon Sep 01 01:23:26 2008 +0000
@@ -345,7 +345,8 @@
  * @return @c TRUE The stream was added successfully, @c FALSE otherwise.
  */
 gboolean purple_media_add_stream(PurpleMedia *media, const gchar *sess_id, const gchar *who,
-			     PurpleMediaSessionType type, const gchar *transmitter);
+		PurpleMediaSessionType type, const gchar *transmitter,
+		guint num_params, GParameter *params);
 
 /**
  * Removes a stream from a session.