Method

PurpleProtocolConversationsend_typing

since: 3.0

Declaration [src]

void
purple_protocol_conversation_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: PurpleConversation

The conversation.

The data is owned by the caller of the function.
state

Type: PurpleTypingState

The new typing state.