Method

PurpleAddContactRequestget_message

unstable since: 3.0

Declaration [src]

const char*
purple_add_contact_request_get_message (
  PurpleAddContactRequest* request
)

Description [src]

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

Available since: 3.0

Return value

Type: const char*

The optional message.

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