Method

TalkatuMessageset_contents

Declaration [src]

void
talkatu_message_set_contents (
  TalkatuMessage* message,
  const gchar* contents
)

Description [src]

Sets the contents of message to contents.

Parameters

contents

Type: const gchar*

The new contents of message.

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