comparison libpurple/conversation.h @ 32790:3e7a7e14af62

Our API really shouldn't have a 'gc' in it anymore.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 24 Oct 2011 05:37:19 +0000
parents 75104780b1a3
children 4a34689eeb33
comparison
equal deleted inserted replaced
32789:fb2458f2326b 32790:3e7a7e14af62
353 PurpleAccount *purple_conversation_get_account(const PurpleConversation *conv); 353 PurpleAccount *purple_conversation_get_account(const PurpleConversation *conv);
354 354
355 /** 355 /**
356 * Returns the specified conversation's purple_connection. 356 * Returns the specified conversation's purple_connection.
357 * 357 *
358 * This is the same as purple_conversation_get_user(conv)->gc.
359 *
360 * @param conv The conversation. 358 * @param conv The conversation.
361 * 359 *
362 * @return The conversation's purple_connection. 360 * @return The conversation's purple_connection.
363 */ 361 */
364 PurpleConnection *purple_conversation_get_gc(const PurpleConversation *conv); 362 PurpleConnection *purple_conversation_get_connection(const PurpleConversation *conv);
365 363
366 /** 364 /**
367 * Sets the specified conversation's title. 365 * Sets the specified conversation's title.
368 * 366 *
369 * @param conv The conversation. 367 * @param conv The conversation.