comparison libpurple/media.h @ 25730:e4261bc6788d

Fixed a compile warning.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 20 Aug 2008 22:49:35 +0000
parents 89d873e217c1
children 4b8c64deac5e
comparison
equal deleted inserted replaced
25729:e22bcca9f2b2 25730:e4261bc6788d
224 * 224 *
225 * @param media The media object to retrieve the remote user from. 225 * @param media The media object to retrieve the remote user from.
226 * 226 *
227 * @return The retrieved screenname. 227 * @return The retrieved screenname.
228 */ 228 */
229 const char *purple_media_get_screenname(PurpleMedia *media); 229 char *purple_media_get_screenname(PurpleMedia *media);
230 230
231 /** 231 /**
232 * Set the media session to the ready state. 232 * Set the media session to the ready state.
233 * 233 *
234 * @param media The media object to set the state on. 234 * @param media The media object to set the state on.