Method

PurpleConversationis_group_dm

since: 3.0

Declaration [src]

gboolean
purple_conversation_is_group_dm (
  PurpleConversation* conversation
)

Description [src]

Checks if conversation is a group direct message or not.

This is a quick helper around manually checking the results of purple_conversation_get_conversation_type().

Available since: 3.0

Return value

Type: gboolean

TRUE if conversation is a group direct message, otherwise FALSE.