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