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 |
| Available since: 3.0 |
Parameters
threads-
Type:
PurpleThreadsThe collection of threads.
The data is owned by the caller of the function. thread-
Type:
PurpleConversationThe newly added thread.
The data is owned by the caller of the function.