Method

ValentMessageget_text

unstable since: 1.0

Declaration [src]

const char*
valent_message_get_text (
  ValentMessage* message
)

Description [src]

Get the text content of message.

Available since: 1.0

Gets propertyValent.Message:text

Return value

Type: const char*

The message text.

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