Signal
PurpleConversationManager::added
unstable since: 3.0
Declaration
void
added (
PurpleConversationManager* self,
PurpleConversation* conversation,
gpointer user_data
)
Description [src]
Emitted after conversation has been added to manager.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
conversation-
Type:
PurpleConversationThe conversation that was added.
The data is owned by the caller of the function.