Method

ValentExtensionplugin_state_changed

unstable since: 1.0

Declaration [src]

void
valent_extension_plugin_state_changed (
  ValentExtension* extension,
  ValentPluginState state,
  GError* error
)

Description [src]

Emits GObject::notify for ValentExtension:plugin-state.

Implementations should call this method to inform the managing object of changes to the state of the extension, especially unrecoverable errors.

Available since: 1.0

Parameters

state

Type: ValentPluginState

A ValentPluginState

error

Type: GError

A GError

The argument can be NULL.
The data is owned by the caller of the method.