comparison libpurple/conversation.h @ 29741:dcd52d2b1b97

propagate from branch 'im.pidgin.pidgin' (head d5a2e2287440ac7134c201e66921754bd4187ba9) to branch 'im.pidgin.pidgin.next.minor' (head 8be858d2b980ae4cf363247290bb782ab4362bec)
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 09 Jan 2010 04:03:53 +0000
parents 356d1f40a56d 0c5995395579
children c0945d2291b9 6c660dc7cb6a
comparison
equal deleted inserted replaced
29740:ba8577b87d2e 29741:dcd52d2b1b97
366 * Creates a new conversation of the specified type. 366 * Creates a new conversation of the specified type.
367 * 367 *
368 * @param type The type of conversation. 368 * @param type The type of conversation.
369 * @param account The account opening the conversation window on the purple 369 * @param account The account opening the conversation window on the purple
370 * user's end. 370 * user's end.
371 * @param name The name of the conversation. 371 * @param name The name of the conversation. For PURPLE_CONV_TYPE_IM,
372 * this is the name of the buddy.
372 * 373 *
373 * @return The new conversation. 374 * @return The new conversation.
374 */ 375 */
375 PurpleConversation *purple_conversation_new(PurpleConversationType type, 376 PurpleConversation *purple_conversation_new(PurpleConversationType type,
376 PurpleAccount *account, 377 PurpleAccount *account,