Method

PurpleMessageget_highlight_color

unstable since: 3.0

Declaration [src]

const char*
purple_message_get_highlight_color (
  PurpleMessage* message
)

Description [src]

Gets the hex color code that should be used when highlighting.

This will be in RRGGBB format.

Available since: 3.0

Return value

Type: const char*

The highlight color.

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