Method

XemeMessageget_thread

since: 0.1

Declaration [src]

const char*
xeme_message_get_thread (
  XemeMessage* message
)

Description [src]

Gets the thread identifier of message.

Available since: 0.1

Gets propertyXeme.Message:thread

Return value

Type: const char*

The thread id.

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