Method

PurpleConversationget_drafting

since: 3.0

Declaration [src]

gboolean
purple_conversation_get_drafting (
  PurpleConversation* conversation
)

Description [src]

Gets whether or not the user is currently drafting a message in conversation.

This is similar to PurpleConversation:typing-state except there is no timeout.

This is typically just for user interfaces, but might be useful elsewhere.

Available since: 3.0

Return value

Type: gboolean

TRUE if the user has entered text into the input widget for conversation otherwise FALSE.