Method

PurplePersonget_name_for_display

since: 3.0

Declaration [src]

const char*
purple_person_get_name_for_display (
  PurplePerson* person
)

Description [src]

Gets the name that should be displayed for person. See PurplePerson:name-for-display for more information.

Available since: 3.0

Return value

Type: const char*

The name to display for person.

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