Method

ValentMessageget_sender

unstable since: 1.0

Declaration [src]

const char*
valent_message_get_sender (
  ValentMessage* message
)

Description [src]

Get the sender of message.

Available since: 1.0

Gets propertyValent.Message:sender

Return value

Type: const char*

The message sender.

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