Signal
PidginDisplayWindow::conversation-switched
Declaration
void
conversation_switched (
PidginDisplayWindow* self,
PurpleConversation* new_conv,
gpointer user_data
)
Description [src]
Emitted when a window switched from one conversation to another.
Default handler: The default handler is called after the handlers added via |
Parameters
new_conv
-
Type:
PurpleConversation
The now active conversation.
The data is owned by the caller of the function.