Function

Purpleblist_save_account

since: 3.0

Declaration [src]

void
purple_blist_save_account (
  PurpleBuddyList* list,
  PurpleAccount* account
)

Description [src]

Save all the data for an account.

If the UI does not set a more specific method, it will be set to save data to blist.xml like in previous libpurple versions.

Available since: 3.0

Parameters

list

Type: PurpleBuddyList

The list that contains the account.

The data is owned by the caller of the function.
account

Type: PurpleAccount

The account whose data to save. If NULL, save all data for all accounts.

The data is owned by the caller of the function.