Method

ValentMessageget_recipients

unstable since: 1.0

Declaration [src]

const char* const*
valent_message_get_recipients (
  ValentMessage* message
)

Description [src]

Get the recipients of message.

Available since: 1.0

Return value

Type: An array of utf8

The message recipients.

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