Method

PurpleMetaContactget_alias

Declaration [src]

const char*
purple_meta_contact_get_alias (
  PurpleMetaContact* contact
)

Description [src]

Gets the alias for a contact.

Return value

Type: const char*

The alias, or NULL if it is not set.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.