Method

PurpleContactInfoget_display_name

unstable since: 3.0

Declaration [src]

const char*
purple_contact_info_get_display_name (
  PurpleContactInfo* info
)

Description [src]

Gets the display name for info. The display name is typically set by the contact and is handled by the protocol plugin.

Available since: 3.0

Return value

Type: const char*

The display name of info if one is set, otherwise NULL will be returned.

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