Method

PurpleMessageset_id

since: 3.0

Declaration [src]

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

Description [src]

Sets the id of message to id.

Note: This should really only be used by protocol plugins to update an id of a sent message when the server has assigned the final id to the message.

Available since: 3.0

Sets propertyPurple.Message:id

Parameters

id

Type: const char*

The new id to set.

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