Method

PurpleConversationMemberset_typing_state

since: 3.0

Declaration [src]

void
purple_conversation_member_set_typing_state (
  PurpleConversationMember* member,
  PurpleTypingState state,
  guint seconds
)

Description [src]

Sets the typing state of conversation_member to state.

If seconds is greater than 0, a timeout will be added for seconds to reset the state to none.

Available since: 3.0

Parameters

state

Type: PurpleTypingState

The new typing state.

seconds

Type: guint

The number of seconds before resetting the state.