Method

PurpleAuthorizationRequestset_message

since: 3.0

Declaration [src]

void
purple_authorization_request_set_message (
  PurpleAuthorizationRequest* request,
  const gchar* message
)

Description [src]

Sets an optional message from remote user, that the user interface can display to the end user.

Available since: 3.0

Parameters

message

Type: const gchar*

An optional message from 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.