Method

PurpleMessageset_highlight_color

unstable since: 3.0

Declaration [src]

void
purple_message_set_highlight_color (
  PurpleMessage* message,
  const char* color
)

Description [src]

Sets the highlight color for the message.

Available since: 3.0

Parameters

color

Type: const char*

The highlight color in RRGGBB format.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.