Method

PurpleContactInfoget_color

since: 3.0

Declaration [src]

const char*
purple_contact_info_get_color (
  PurpleContactInfo* info
)

Description [src]

Gets the color that should be used to render this contact info. This is a RGB hex code in a string format.

Available since: 3.0

Return value

Type: const char*

The RGB hex code.

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