Method
PurpleConversationMemberset_color
unstable since: 3.0
[−]
Declaration [src]
void
purple_conversation_member_set_color (
PurpleConversationMember* member,
const char* color
)
[−]
Description [src]
Sets the color that the member should be displayed with.
color
should be a hex color code in the format of RRGGBB
.
Available since: 3.0
Sets property | Purple.ConversationMember:color |
[−]
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.