Enumeration

PurpleProtocolManagerError

unstable since: 3.0

Declaration

error-domain Purple.ProtocolManagerError

Description [src]

Error codes returned by PurpleProtocolManager.

Available since: 3.0

Members

PURPLE_PROTOCOL_MANAGER_ERROR_UNKNOWN

An unknown error has occurred.

  • Value: 0
  • Available since: 3.0
PURPLE_PROTOCOL_MANAGER_ERROR_ALREADY_ADDED

The protocol has already been added to the manager.

  • Value: 1
  • Available since: 3.0
PURPLE_PROTOCOL_MANAGER_ERROR_NOT_ADDED

The protocol has not been added to the manager.

  • Value: 2
  • Available since: 3.0

Type functions

purple_protocol_manager_error_quark

The error domain to identify errors from PurpleProtocolManager.

unstable since: 3.0