Method

PurpleAuthorizationRequestset_alias

since: 3.0

Declaration [src]

void
purple_authorization_request_set_alias (
  PurpleAuthorizationRequest* request,
  const gchar* alias
)

Description [src]

Sets the alias of the remote user to alias. User interfaces can use this when presenting the authorization request to the end user.

Available since: 3.0

Parameters

alias

Type: const gchar*

The alias of the remote user.

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