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
Gets property | Purple.ContactInfo:name-for-display |
[−]
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. |