Method

PurpleConversationManageris_registered

since: 3.0

Declaration [src]

gboolean
purple_conversation_manager_is_registered (
  PurpleConversationManager* manager,
  PurpleConversation* conversation
)

Description [src]

Checks if conversation is registered with manager.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The PurpleConversation instance.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if conversation is registered with manager, FALSE otherwise.