Signal
PurpleConversation::new-message
unstable since: 3.0
Declaration
void
new_message (
PurpleConversation* self,
PurpleMessage* message,
gpointer user_data
)
Description [src]
Emitted when a new message is added to the conversation.
This will not be emitted if the author of the message is the account that this conversation belongs to.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
message-
Type:
PurpleMessageThe message.
The data is owned by the caller of the function.