Enumeration

PurpleContactError

unstable since: 3.0

Declaration

error-domain Purple.ContactError

Description [src]

Error codes returned by PurpleContact.

Available since: 3.0

Members

PURPLE_CONTACT_ERROR_UNKNOWN

An unknown error.

  • Value: 0
  • Available since: 3.0
PURPLE_CONTACT_ERROR_NOT_IMPLEMENTED

A required function is not implemented. This is general returned by helper functions that make calls into protocol implementations.

  • Value: 1
  • Available since: 3.0

Type functions

purple_contact_error_quark

Gets the error domain for errors in PurpleContact.

unstable since: 3.0