Constructor

PidginAccountEditornew

since: 3.0

Declaration [src]

GtkWidget*
pidgin_account_editor_new (
  PurpleAccount* account
)

Description [src]

Creates a new PidginAccountEditor for account. If account is NULL, the editor will create a new account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The PurpleAccount to edit.

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

Return value

Type: GtkWidget

The new instance.

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