Method

PurpleMetaContactset_alias

Declaration [src]

void
purple_meta_contact_set_alias (
  PurpleMetaContact* contact,
  const char* alias
)

Description [src]

Sets the alias for a contact.

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.