Method

TalkatuMessageset_author_name_color

Declaration [src]

void
talkatu_message_set_author_name_color (
  TalkatuMessage* message,
  GdkRGBA* color
)

Description [src]

Sets the color for the name of the author of message to color. Calling this with color set to NULL will unset a previously set color.

Parameters

color

Type: GdkRGBA

The new color for the author’s name.

The data is owned by the caller of the function.