Method

PurpleMessageget_contents

unstable since: 3.0

Declaration [src]

const char*
purple_message_get_contents (
  PurpleMessage* message
)

Description [src]

Gets the contents of the message.

Available since: 3.0

Return value

Type: const char*

The contents.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.