Method

PurpleContactInfoset_alias

since: 3.0

Declaration [src]

void
purple_contact_info_set_alias (
  PurpleContactInfo* info,
  const gchar* alias
)

Description [src]

Sets the alias of info to alias.

Protocol plugins may use this value to synchronize across instances.

Available since: 3.0

Parameters

alias

Type: const gchar*

The new alias.

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