Method

PidginAccountEditorget_account_name

unstable since: 3.0

Declaration [src]

const char*
pidgin_account_editor_get_account_name (
  PidginAccountEditor* editor
)

Description [src]

Gets the account name that is being edited.

Available since: 3.0

Return value

Type: const char*

The account name.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.