Method

PurpleContactInfoget_alias

since: 3.0

Declaration [src]

const gchar*
purple_contact_info_get_alias (
  PurpleContactInfo* info
)

Description [src]

Gets the alias for info.

Available since: 3.0

Return value

Type: const gchar*

The alias of info if one is set, otherwise NULL.

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