Method

PurpleMessageget_id

since: 3.0

Declaration [src]

const char*
purple_message_get_id (
  PurpleMessage* message
)

Description [src]

Returns the unique identifier of the message. These identifiers are not serialized - it’s a per-session id.

Available since: 3.0

Gets propertyPurple.Message:id

Return value

Type: const char*

The global identifier of message.

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