Method

PurpleContactInfoget_display_name

since: 3.0

Declaration [src]

const gchar*
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 gchar*

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

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