comparison libpurple/media.h @ 26059:18b71033ea6e

Remove connection attribute from PurpleMedia.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 16 Dec 2008 01:27:51 +0000
parents 0ad1b8e950d7
children 0829a08038c6
comparison
equal deleted inserted replaced
26058:0ad1b8e950d7 26059:18b71033ea6e
212 * @return The pipeline retrieved. 212 * @return The pipeline retrieved.
213 */ 213 */
214 GstElement *purple_media_get_pipeline(PurpleMedia *media); 214 GstElement *purple_media_get_pipeline(PurpleMedia *media);
215 215
216 /** 216 /**
217 * Gets the connection the media session is associated with.
218 *
219 * @param media The media object to retrieve the connection from.
220 *
221 * @return The retreived connection.
222 */
223 PurpleConnection *purple_media_get_connection(PurpleMedia *media);
224
225 /**
226 * Gets the screenname of the remote user. 217 * Gets the screenname of the remote user.
227 * 218 *
228 * @param media The media object to retrieve the remote user from. 219 * @param media The media object to retrieve the remote user from.
229 * 220 *
230 * @return The retrieved screenname. 221 * @return The retrieved screenname.