Method

PidginAccountManagerRowset_account

since: 3.0

Declaration [src]

void
pidgin_account_manager_row_set_account (
  PidginAccountManagerRow* row,
  PurpleAccount* account
)

Description [src]

Sets the PurpleAccount for row to display.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The new account to set, or NULL to unset.

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