comparison libpurple/account.h @ 18703:033b128f7c21

Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 30 Jul 2007 00:01:08 +0000
parents 5c1ed6296b56
children 2a9d60d7af82
comparison
equal deleted inserted replaced
18702:413103ddeaac 18703:033b128f7c21
159 * @param account The account to register. 159 * @param account The account to register.
160 */ 160 */
161 void purple_account_register(PurpleAccount *account); 161 void purple_account_register(PurpleAccount *account);
162 162
163 /** 163 /**
164 * Unregisters an account (deleting it from the server).
165 *
166 * @param account The account to unregister.
167 */
168 void purple_account_unregister(PurpleAccount *account);
169
170 /**
164 * Disconnects from an account. 171 * Disconnects from an account.
165 * 172 *
166 * @param account The account to disconnect from. 173 * @param account The account to disconnect from.
167 */ 174 */
168 void purple_account_disconnect(PurpleAccount *account); 175 void purple_account_disconnect(PurpleAccount *account);