Method
PidginAccountManagerRowset_account
unstable 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
| Sets property | Pidgin.AccountManagerRow:account | 
Parameters
account- 
            
Type:
PurpleAccountThe new account to set, or
NULLto unset.The argument can be NULL.The data is owned by the caller of the method.