Method

XemeMessageget_thread_parent

since: 0.1

Declaration [src]

const char*
xeme_message_get_thread_parent (
  XemeMessage* message
)

Description [src]

Gets the thread parent identifier of message.

Available since: 0.1

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.