Method

TalkatuMessageset_author

Declaration [src]

void
talkatu_message_set_author (
  TalkatuMessage* message,
  const gchar* author
)

Description [src]

Sets the author of message to author.

Sets propertyTalkatu.Message:author

Parameters

author

Type: const gchar*

The new author of message.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.