Signal
PurpleConversationManager::present-conversation
unstable since: 3.0
Declaration
void
present_conversation (
PurpleConversationManager* self,
PurpleConversation* conversation,
gpointer user_data
)
Description [src]
This is a propagation of PurpleConversation::present. 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 that should be presented.
The data is owned by the caller of the function.