Method

PurpleMessageget_recipient

since: 3.0

Declaration [src]

const char*
purple_message_get_recipient (
  PurpleMessage* message
)

Description [src]

Returns the recipient of the message, not a local alias.

Available since: 3.0

Return value

Type: const char*

The recipient of message.

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