Method
PurpleConversationMemberset_typing_state
unstable 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
| Sets property | Purple.ConversationMember:typing-state |
Parameters
state-
Type:
PurpleTypingStateThe new typing state.
seconds-
Type:
guintThe number of seconds before resetting the state.