Constructor
PidginAccountManagerRownew
unstable since: 3.0
Declaration [src]
GtkWidget*
pidgin_account_manager_row_new (
  PurpleAccount* account
)
      Description [src]
Creates a new PidginAccountManagerRow to display a PurpleAccount.
Available since: 3.0
Parameters
account- 
            
Type:
PurpleAccountThe account to represent.
The argument can be NULL.The data is owned by the caller of the function.  
Return value
Type: PidginAccountManagerRow
The new account row.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |