Constructor
PidginAccountEditornew
unstable 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:
PurpleAccountThe
PurpleAccountto edit.The argument can be NULL.The data is owned by the caller of the function.  
Return value
Type: PidginAccountEditor
The new account editor.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |