Enums¶
Details¶
- class Peas.PluginInfoError(value)¶
 Bases:
GLib.EnumThese identify the various errors that can occur while loading a plugin.
- LOADING_FAILED = 0¶
 The plugin failed to load.
- LOADER_NOT_FOUND = 1¶
 The plugin’s loader was not found.
- DEP_NOT_FOUND = 2¶
 A dependency of the plugin was not found.
- DEP_LOADING_FAILED = 3¶
 A dependency of the plugin failed to load.