Method

TalkatuMessageget_contents

Declaration [src]

gchar*
talkatu_message_get_contents (
  TalkatuMessage* message
)

Description [src]

Gets the contents of message.

Return value

Type: gchar*

The contents of message.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.