Method
TalkatuMessageget_author_name_color
Declaration [src]
GdkRGBA*
talkatu_message_get_author_name_color (
TalkatuMessage* message
)
Description [src]
Gets a GdkRGBA
that the author’s name will be rendered with or NULL
if no
color is set.
Gets property | Talkatu.Message:author-name-color |
Return value
Type: GdkRGBA
The GdkRGBA
to renderer the author’s name with if
set, otherwise NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |