Method

PurpleConversationset_typing_state

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

Parameters

typing_state

Type: PurpleTypingState

The new state.