Method

PurpleConversationset_color

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_color (
  PurpleConversation* conversation,
  const char* color
)

Description [src]

Sets the color for the conversation.

This should be in RRGGBB format.

Available since: 3.0

Parameters

color

Type: const char*

The new color.

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