Method

PurpleAuthorizationRequestget_message

since: 3.0

Declaration [src]

const gchar*
purple_authorization_request_get_message (
  PurpleAuthorizationRequest* request
)

Description [src]

Gets the message that was optionally sent by the remote user.

Available since: 3.0

Return value

Type: const gchar*

The optional message.

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