Method

PurpleMessageset_recipient

since: 3.0

Declaration [src]

void
purple_message_set_recipient (
  PurpleMessage* message,
  const char* recipient
)

Description [src]

Sets the recipient of message to recipient.

Available since: 3.0

Parameters

recipient

Type: const char*

The name of the recipient.

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