Method

PurpleMessageset_author_alias

since: 3.0

Declaration [src]

void
purple_message_set_author_alias (
  PurpleMessage* message,
  const char* alias
)

Description [src]

Sets the alias of messages author. You don’t normally need to call this.

Available since: 3.0

Parameters

alias

Type: const char*

The alias.

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