Method

PurpleMessageget_id

unstable since: 3.0

Declaration [src]

const char*
purple_message_get_id (
  PurpleMessage* message
)

Description [src]

Get the unique identifier of the message.

These identifiers are opaque and only have meaning at the protocol level.

Available since: 3.0

Gets propertyPurple.Message:id

Return value

Type: const char*

The id of the message.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.