Signal

PurpleConversation::thread-added

unstable since: 3.0

Declaration

void
thread_added (
  PurpleConversation* self,
  PurpleThreads* threads,
  PurpleConversation* thread,
  gpointer user_data
)

Description [src]

A propagation of PurpleThreads::added signals.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

threads

Type: PurpleThreads

The collection of threads.

The data is owned by the caller of the function.
thread

Type: PurpleConversation

The newly added thread.

The data is owned by the caller of the function.