Method
PurpleConversationset_typing_state
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_typing_state (
PurpleConversation* conversation,
PurpleTypingState typing_state
)
Description [src]
Sets the PurpleTypingState of the libpurple user in conversation to
typing_state.
This will also call purple_protocol_conversation_send_typing() if it is implemented.
Available since: 3.0
| Sets property | Purple.Conversation:typing-state |
Parameters
typing_state-
Type:
PurpleTypingStateThe new state.