Signal

PurpleConversationManager::conversation-new-message

unstable since: 3.0

Declaration

void
conversation_new_message (
  PurpleConversationManager* self,
  PurpleConversation* conversation,
  PurpleMessage* message,
  gpointer user_data
)

Description [src]

This is a propagation of PurpleConversation::new-message.

This means that your callback will be called for any conversation that manager knows about.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

conversation

Type: PurpleConversation

The conversation.

The data is owned by the caller of the function.
message

Type: PurpleMessage

The message.

The data is owned by the caller of the function.