Method

PurpleProtocoldelete_account

unstable since: 3.0

Declaration [src]

void
purple_protocol_delete_account (
  PurpleProtocol* protocol,
  PurpleAccount* account
)

Description [src]

Called from purple_account_delete() to do any protocol specific clean up.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account to delete.

The data is owned by the caller of the method.