Method

PurpleMessageget_author

since: 3.0

Declaration [src]

const char*
purple_message_get_author (
  PurpleMessage* message
)

Description [src]

Returns the author of the message, not a local alias.

Available since: 3.0

Gets propertyPurple.Message:author

Return value

Type: const char*

The author of message.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.