Virtual Method
PurpleProtocolConversationrefresh
unstable since: 3.0
Declaration [src]
void
refresh (
PurpleProtocolConversation* protocol,
PurpleConversation* conversation
)
Description [src]
Asks the protocol to refresh a conversation.
A conversation could need to be refreshed for any number of reasons, but the primary case is to help restore conversations when user interfaces restart.
This allows the user interface to recreate a conversation and then have the protocol do whatever is necessary to bring the conversation back up to date and online.
Available since: 3.0
Parameters
conversation
-
Type:
PurpleConversation
The conversation.
The data is owned by the caller of the method.