comparison libpurple/media.h @ 26452:c0846d6659c6

Remove purple_media_reject.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 30 Mar 2009 00:55:29 +0000
parents 2862fee7acf2
children 12c7db418c3e
comparison
equal deleted inserted replaced
26451:2862fee7acf2 26452:c0846d6659c6
355 * @param media The media object to set the state on. 355 * @param media The media object to set the state on.
356 */ 356 */
357 void purple_media_accept(PurpleMedia *media); 357 void purple_media_accept(PurpleMedia *media);
358 358
359 /** 359 /**
360 * Set the media session to the rejected state.
361 *
362 * @param media The media object to set the state on.
363 */
364 void purple_media_reject(PurpleMedia *media);
365
366 /**
367 * Ends all streams that match the given parameters 360 * Ends all streams that match the given parameters
368 * 361 *
369 * @param media The media object with which to end streams. 362 * @param media The media object with which to end streams.
370 * @param session_id The session to end streams on. 363 * @param session_id The session to end streams on.
371 * @param participant The participant to end streams with. 364 * @param participant The participant to end streams with.