comparison libpurple/prpl.h @ 21457:eb0f36c3a58f

Get rid of a few silly doxygen warnings
author Mark Doliner <mark@kingant.net>
date Mon, 12 Nov 2007 08:27:56 +0000
parents 5af17c5a4a12
children fb8ab2490ac4
comparison
equal deleted inserted replaced
21456:cc0df68f6fa9 21457:eb0f36c3a58f
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.