comparison libpurple/media.h @ 26121:7738f530a967

Added the connection property back to PurpleMedia.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 25 Feb 2009 01:58:57 +0000
parents 6cf36f68033c
children e411aad4346b
comparison
equal deleted inserted replaced
26120:dfb6fbd89ac2 26121:7738f530a967
381 * @return The pipeline retrieved. 381 * @return The pipeline retrieved.
382 */ 382 */
383 GstElement *purple_media_get_pipeline(PurpleMedia *media); 383 GstElement *purple_media_get_pipeline(PurpleMedia *media);
384 384
385 /** 385 /**
386 * Gets the PurpleConnection this media session is on.
387 *
388 * @param media The media session to retrieve the connection from.
389 *
390 * @return The connection retrieved.
391 */
392 PurpleConnection *purple_media_get_connection(PurpleMedia *media);
393
394 /**
386 * Signals an error in the media session. 395 * Signals an error in the media session.
387 * 396 *
388 * @param media The media object to set the state on. 397 * @param media The media object to set the state on.
389 * @param error The format of the error message to send in the signal. 398 * @param error The format of the error message to send in the signal.
390 * @param ... The arguments to plug into the format. 399 * @param ... The arguments to plug into the format.