Method

PurpleMessageset_replying_to

unstable since: 3.0

Declaration [src]

void
purple_message_set_replying_to (
  PurpleMessage* message,
  const char* id
)

Description [src]

Sets the id of the message that this message is a reply to.

Available since: 3.0

Parameters

id

Type: const char*

The id of the message that is being replied to.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.