Method

PurpleAuthorizationRequestget_username

since: 3.0

Declaration [src]

const gchar*
purple_authorization_request_get_username (
  PurpleAuthorizationRequest* request
)

Description [src]

Gets the username for the user requesting authorization.

Available since: 3.0

Return value

Type: const gchar*

The username of the remote user.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.