Method

PidginAccountEditorset_account_name

unstable since: 3.0

Declaration [src]

void
pidgin_account_editor_set_account_name (
  PidginAccountEditor* editor,
  const char* account_name
)

Description [src]

Sets the account name to be edited.

Available since: 3.0

Parameters

account_name

Type: const char*

The new account name.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.