Method
PidginAccountRowset_account
unstable since: 3.0
Declaration [src]
void
pidgin_account_row_set_account (
PidginAccountRow* row,
PurpleAccount* account
)
Description [src]
Sets the selected account in row
to account
. If account
is NULL
, then
the first item if one exists will be selected.
Available since: 3.0
Sets property | Pidgin.AccountRow:account |
Parameters
account
-
Type:
PurpleAccount
The
PurpleAccount
to select.The argument can be NULL
.The data is owned by the caller of the method.