Method

PurpleRequestFieldAccountset_account

unstable since: 3.0

Declaration [src]

void
purple_request_field_account_set_account (
  PurpleRequestFieldAccount* field,
  PurpleAccount* account
)

Description [src]

Sets the selected account.

If account is not in PurpleRequestFieldAccount:model then this does nothing.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The new account.

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