Signal
PurpleConversation::thread-removed
unstable since: 3.0
Declaration
void
thread_removed (
PurpleConversation* self,
PurpleThreads* threads,
PurpleConversation* thread,
gpointer user_data
)
Description [src]
A propagation of PurpleThreads::removed signals.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
threads-
Type:
PurpleThreadsThe collection of threads.
The data is owned by the caller of the function. thread-
Type:
PurpleConversationThe thread.
The data is owned by the caller of the function.