Enumeration

GPluginPluginState

Declaration

enum GPlugin.PluginState

Description [src]

The known states of a plugin.

Members

Name Description
GPLUGIN_PLUGIN_STATE_UNKNOWN

The state of the plugin is unknown.

GPLUGIN_PLUGIN_STATE_ERROR

There was an error loading or unloading the plugin.

GPLUGIN_PLUGIN_STATE_QUERIED

The plugin has been queried but not loaded.

GPLUGIN_PLUGIN_STATE_REQUERY

The plugin should be re-queried.

GPLUGIN_PLUGIN_STATE_LOADED

The plugin is loaded.

GPLUGIN_PLUGIN_STATE_LOAD_FAILED

The plugin failed to load.

GPLUGIN_PLUGIN_STATE_UNLOAD_FAILED

The plugin failed to unload.

Type functions

gplugin_plugin_state_to_string

Gets a string representation of state.

since: 0.32