Method

PurpleContactInfoget_name_for_display

unstable since: 3.0

[]

Declaration [src]

const char*
purple_contact_info_get_name_for_display (
  PurpleContactInfo* info
)
[]

Description [src]

Gets the name that should be displayed for info. See PurpleContactInfo:name-for-display for more information.

Available since: 3.0

[]

Return value

Type: const char*

The name to display for info.

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