Property
PurpleContactInfo:name-for-display
since: 3.0
Description [src]
The name that the user interface should display for this contact info.
This will first check PurpleContactInfo:alias
and return
that if it is set.
Next, if the PurpleContactInfo:person
points to a valid
PurplePerson
, the alias of PurplePerson
will be
returned if it is set.
Otherwise, this will be set to the first set property from the following list:
Type: | gchar* |
Available since: | 3.0 |
Getter method | purple_contact_info_get_name_for_display() |