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 |
| Available since: 3.0 |
Parameters
conversation-
Type:
PurpleConversationThe conversation.
The data is owned by the caller of the function. message-
Type:
PurpleMessageThe message.
The data is owned by the caller of the function.