Enumeration

PurpleConversationError

unstable since: 3.0

Declaration

error-domain Purple.ConversationError

Description [src]

Error codes returned by PurpleConversation.

Available since: 3.0

Members

PURPLE_CONVERSATION_ERROR_UNKNOWN

An unknown error.

  • Value: 0
  • Available since: 3.0
PURPLE_CONVERSATION_ERROR_PROTOCOL_CONVERSATIONS_NOT_IMPLEMENTED

The protocol does not implement PurpleProtocolConversation or one of the virtual functions.

  • Value: 1
  • Available since: 3.0

Type functions

purple_conversation_error_quark

Gets the error domain for errors in PurpleConversation.

unstable since: 3.0