Method
PurpleContactInfoget_display_name
unstable since: 3.0
[−]
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
Gets property | Purple.ContactInfo:display-name |
[−]
Return value
Type: const gchar*
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. |