Constructor

PurpleMessagesnew

unstable since: 3.0

Declaration [src]

PurpleMessages*
purple_messages_new (
  PurpleConversation* conversation
)

Description [src]

Creates a new instance for conversation.

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The conversation.

The data is owned by the caller of the function.

Return value

Type: PurpleMessages

The new instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.