Method

PurpleConversationManageradd

unstable since: 3.0

Declaration [src]

gboolean
purple_conversation_manager_add (
  PurpleConversationManager* manager,
  PurpleConversation* conversation
)

Description [src]

Adds conversation to manager.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The PurpleConversation to add.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if conversation was not yet added.