Method

PurpleThreadsadd

unstable since: 3.0

Declaration [src]

gboolean
purple_threads_add (
  PurpleThreads* threads,
  PurpleConversation* thread
)

Description [src]

Adds a thread to the collection.

If the thread is already in the collection it will not be added again.

Available since: 3.0

Parameters

thread

Type: PurpleConversation

The thread to add.

The data is owned by the caller of the method.

Return value

Type: gboolean

True if the thread was added.