Method

XemeMessageset_thread_parent

since: 0.1

Declaration [src]

void
xeme_message_set_thread_parent (
  XemeMessage* message,
  const char* thread_parent
)

Description [src]

Sets the thread parent identifier of message.

Available since: 0.1

Parameters

thread_parent

Type: const char*

The new thread parent identifier.

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