Property
PurpleConversation:title-generated
unstable since: 3.0
Description [src]
Whether or not the title of the conversation was generated by
purple_conversation_generate_title()
.
Note: This only works on DMs and GroupDMs.
If this is TRUE
, purple_conversation_generate_title()
will
automatically be called whenever a member is added or removed, or when
their display name changes.
Type:gboolean
Available since: 3.0
Default value | FALSE |
Getter method | purple_conversation_get_title_generated() |