Signal

PurpleThreads::removed

unstable since: 3.0

Declaration

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

Description [src]

Emitted when a thread is removed from the collection.

This is emitted after the item has been removed from 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 removed.

The data is owned by the caller of the function.