Constructor

PidginAccountDisplaynew

since: 3.0

Declaration [src]

GtkWidget*
pidgin_account_display_new (
  PurpleAccount* account
)

Description [src]

Creates a display for an account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account to display.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The account display.

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