Constructor

PurpleThreadsnew

unstable since: 3.0

Declaration [src]

PurpleThreads*
purple_threads_new (
  PurpleConversation* parent
)

Description [src]

Creates a new instance for conversation.

Available since: 3.0

Parameters

parent

Type: PurpleConversation

The parent conversation.

The data is owned by the caller of the function.

Return value

Type: PurpleThreads

The new instance.

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