Enumeration

GPluginPluginState

Declaration

enum GPlugin.PluginState

Description [src]

The known states of a plugin.

Members

GPLUGIN_PLUGIN_STATE_UNKNOWN

The state of the plugin is unknown.

  • Value: -1
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_ERROR

There was an error loading or unloading the plugin.

  • Value: 0
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_QUERIED

The plugin has been queried but not loaded.

  • Value: 1
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_REQUERY

The plugin should be re-queried.

  • Value: 2
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_LOADED

The plugin is loaded.

  • Value: 3
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_LOAD_FAILED

The plugin failed to load.

  • Value: 4
  • Available since: 1.0
GPLUGIN_PLUGIN_STATE_UNLOAD_FAILED

The plugin failed to unload.

  • Value: 5
  • Available since: 1.0

Type functions

gplugin_plugin_state_to_string

Gets a string representation of state.

since: 0.32