Function
Purpleblist_save_account
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
Available since: | 3.0.0 |
Parameters
list |
PurpleBuddyList |
The list that contains the account. |
|
The data is owned by the caller of the function. | |
account |
PurpleAccount |
The account whose data to save. If |
|
The data is owned by the caller of the function. |