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 g_signal_connect().

Parameters

new_conv

Type: PurpleConversation

The now active conversation.

The data is owned by the caller of the function.