Virtual Method
PurpleProtocolConversationsend_typing
unstable since: 3.0
Declaration [src]
void
send_typing (
PurpleProtocolConversation* protocol,
PurpleConversation* conversation,
PurpleTypingState state
)
Description [src]
Sends the libpurple user’s typing state for the conversation.
This should primarily be called by the user interface.
Available since: 3.0
Parameters
conversation-
Type:
PurpleConversationThe conversation.
The data is owned by the caller of the method. state-
Type:
PurpleTypingStateThe new typing state.