Property
PurpleConversation:title-for-display
unstable since: 3.0
Description [src]
The title that should be displayed for the conversation based on which properties are set.
If PurpleConversation:alias
is set, that will be returned.
If alias is not set but PurpleConversation:title
is set, then value
of title will be returned.
As a fallback, PurpleConversation:id
will be returned if nothing
else is set.
Type:gchar*
Available since: 3.0
Default value | NULL |
Getter method | purple_conversation_get_title_for_display() |