Method

XemeMessageset_thread

since: 0.1

Declaration [src]

void
xeme_message_set_thread (
  XemeMessage* message,
  const char* thread
)

Description [src]

Sets the thread identifier of message.

Available since: 0.1

Sets propertyXeme.Message:thread

Parameters

thread

Type: const char*

The new thread 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.