Method

PidginAccountChooserset_selected

unstable since: 3.0

Declaration [src]

void
pidgin_account_chooser_set_selected (
  PidginAccountChooser* chooser,
  PurpleAccount* account
)

Description [src]

Sets the currently selected account for an account combo box.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The PurpleAccount to select.

The data is owned by the caller of the method.