comparison libpurple/account.h @ 32816:ec6371d4cae8

Add purple_account_is_disconnecting() accessor function.
author andrew.victor@mxit.com
date Sun, 06 Nov 2011 20:31:14 +0000
parents cb486df263ef
children
comparison
equal deleted inserted replaced
32815:cb486df263ef 32816:ec6371d4cae8
244 * @param account The account to disconnect from. 244 * @param account The account to disconnect from.
245 */ 245 */
246 void purple_account_disconnect(PurpleAccount *account); 246 void purple_account_disconnect(PurpleAccount *account);
247 247
248 /** 248 /**
249 * Indicates if the account is currently being disconnected.
250 *
251 * @param account The account
252 *
253 * @return TRUE if the account is being disconnected.
254 */
255 gboolean purple_account_is_disconnecting(const PurpleAccount *account);
256
257 /**
249 * Notifies the user that the account was added to a remote user's 258 * Notifies the user that the account was added to a remote user's
250 * buddy list. 259 * buddy list.
251 * 260 *
252 * This will present a dialog informing the user that he was added to the 261 * This will present a dialog informing the user that he was added to the
253 * remote user's buddy list. 262 * remote user's buddy list.