Method

PurpleMessageset_contents

since: 3.0

Declaration [src]

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

Description [src]

Sets the contents of the message. It might be HTML.

Available since: 3.0

Parameters

cont

Type: const char*

The contents.

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