Method

PurpleContactInfoset_display_name

since: 3.0

Declaration [src]

void
purple_contact_info_set_display_name (
  PurpleContactInfo* info,
  const gchar* display_name
)

Description [src]

Sets the display name of info to display_name.

This should primarily only be used by protocol plugins and everyone else should be using purple_contact_info_set_alias().

Available since: 3.0

Parameters

display_name

Type: const gchar*

The new displayname.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.