Constructor

PidginAccountManagerRownew

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: PurpleAccount

The account to represent.

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

Return value

Type: GtkWidget

The new account row.

The caller of the function takes ownership of the data, and is responsible for freeing it.