Method

TalkatuMessageset_id

Declaration [src]

void
talkatu_message_set_id (
  TalkatuMessage* message,
  const gchar* id
)

Description [src]

Sets the identifier of message.

Sets propertyTalkatu.Message:id

Parameters

id

Type: const gchar*

The new identifier of message.

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