Constructor
PurpleThreadsnew
unstable since: 3.0
Declaration [src]
PurpleThreads*
purple_threads_new (
PurpleConversation* parent
)
Parameters
parent-
Type:
PurpleConversationThe 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. |