Method

PidginAccountEditorset_account

since: 3.0

Declaration [src]

void
pidgin_account_editor_set_account (
  PidginAccountEditor* editor,
  PurpleAccount* account
)

Description [src]

Sets the account that editor is editing to account. You can pass NULL to remove the current account or edit a new account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The new account to edit.

The argument can be NULL.
The data is owned by the caller of the function.