comparison libpurple/media.h @ 24933: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
comparison
equal deleted inserted replaced
24932:5606408fff59 24933:6ab96d5d8ac6
343 * @param transmitter The transmitter to use for the stream. 343 * @param transmitter The transmitter to use for the stream.
344 * 344 *
345 * @return @c TRUE The stream was added successfully, @c FALSE otherwise. 345 * @return @c TRUE The stream was added successfully, @c FALSE otherwise.
346 */ 346 */
347 gboolean purple_media_add_stream(PurpleMedia *media, const gchar *sess_id, const gchar *who, 347 gboolean purple_media_add_stream(PurpleMedia *media, const gchar *sess_id, const gchar *who,
348 PurpleMediaSessionType type, const gchar *transmitter); 348 PurpleMediaSessionType type, const gchar *transmitter,
349 guint num_params, GParameter *params);
349 350
350 /** 351 /**
351 * Removes a stream from a session. 352 * Removes a stream from a session.
352 * 353 *
353 * @param media The media object to find the session in. 354 * @param media The media object to find the session in.