comparison libpurple/prpl.h @ 21667:919338d399ae

merge of '2fcb5d2cb35c5ba692592e22bc442c3d62000f85' and '61c8d242483046a3b3b43cd1afbb794af35a08c9'
author Ethan Blanton <elb@pidgin.im>
date Tue, 27 Nov 2007 15:57:08 +0000
parents eb0f36c3a58f
children fb8ab2490ac4
comparison
equal deleted inserted replaced
21438:4fe9acb6b514 21667:919338d399ae
339 339
340 void (*remove_group)(PurpleConnection *gc, PurpleGroup *group); 340 void (*remove_group)(PurpleConnection *gc, PurpleGroup *group);
341 341
342 /** Gets the real name of a participant in a chat. For example, on 342 /** Gets the real name of a participant in a chat. For example, on
343 * XMPP this turns a chat room nick <tt>foo</tt> into 343 * XMPP this turns a chat room nick <tt>foo</tt> into
344 * <tt>room@server/foo</tt> 344 * <tt>room\@server/foo</tt>
345 * @param gc the connection on which the room is. 345 * @param gc the connection on which the room is.
346 * @param id the ID of the chat room. 346 * @param id the ID of the chat room.
347 * @param who the nickname of the chat participant. 347 * @param who the nickname of the chat participant.
348 * @return the real name of the participant. This string must be 348 * @return the real name of the participant. This string must be
349 * freed by the caller. 349 * freed by the caller.