Method

PurpleConversationManagerremove

unstable since: 3.0

Declaration [src]

gboolean
purple_conversation_manager_remove (
  PurpleConversationManager* manager,
  PurpleConversation* conversation
)

Description [src]

Removes conversation from manager.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The PurpleConversation to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if conversation was found and removed.