Method

PurpleConversationgenerate_title

since: 3.0

Declaration [src]

void
purple_conversation_generate_title (
  PurpleConversation* conversation
)

Description [src]

Sets the title for conversation, which must be a DM or Group DM, to a comma separated string of the display names for each PurpleConversationMember.

If conversation is not a DM or Group DM, no changes will be made.

If no members are found, PurpleConversation:title will not be changed.

If the title is updated, PurpleConversation:title-generated will be updated as well.

Available since: 3.0