Function
Purpleaccounts_delete
since: 2.0
Declaration [src]
void
purple_accounts_delete (
PurpleAccount* account
)
Description [src]
Deletes an account.
This will remove any buddies from the buddy list that belong to this
account, buddy pounces that belong to this account, and will also
destroy account
.
Available since: 2.0
Parameters
account
-
Type:
PurpleAccount
The account.
The data is owned by the caller of the function.