Signal

PurpleThreads::added

unstable since: 3.0

Declaration

void
added (
  PurpleThreads* self,
  PurpleConversation* thread,
  gpointer user_data
)

Description [src]

Emitted when a thread is added to the collection.

This is emitted after the item is added to the collection and all GListModel related signals have been emitted.

Default handler:

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

Available since: 3.0

Parameters

thread

Type: PurpleConversation

The thread that was added.

The data is owned by the caller of the function.