Method

PurpleConversationget_threads

unstable since: 3.0

Declaration [src]

PurpleThreads*
purple_conversation_get_threads (
  PurpleConversation* conversation
)

Description [src]

Gets the threads for this conversation.

This will return an empty collection for conversations that don’t support threads, and thus can’t be used to detect if the conversation supports threads.

Available since: 3.0

Return value

Type: PurpleThreads

The threads.

The returned data is owned by the instance.