Method

PurpleConversationis_channel

since: 3.0

Declaration [src]

gboolean
purple_conversation_is_channel (
  PurpleConversation* conversation
)

Description [src]

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