Method

PurpleConversationis_thread

since: 3.0

Declaration [src]

gboolean
purple_conversation_is_thread (
  PurpleConversation* conversation
)

Description [src]

Checks if conversation is a thread 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 thread, otherwise FALSE.