Method

PurpleMessageset_contents

unstable since: 3.0

Declaration [src]

void
purple_message_set_contents (
  PurpleMessage* message,
  const char* contents
)

Description [src]

Sets the contents of the message.

Available since: 3.0

Parameters

contents

Type: const char*

The contents.

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