Enumeration

PurplePluginsError

unstable since: 3.0

Declaration

error-domain Purple.PluginsError

Description [src]

Error code for plugins.

Available since: 3.0

Members

PURPLE_PLUGINS_ERROR_UNKNOWN

An unknown error.

  • Value: 0
  • Available since: 3.0
PURPLE_PLUGINS_ERROR_PLUGIN_NOT_FOUND

The given plugin was not found.

  • Value: 1
  • Available since: 3.0

Type functions

purple_plugins_error_quark

Gets the error domain for errors with plugins.

unstable since: 3.0