Method

GPluginManagerfind_plugins_with_state

Declaration [src]

GSList*
gplugin_manager_find_plugins_with_state (
  GPluginManager* manager,
  GPluginPluginState state
)

Description [src]

Finds all plugins that currently have a state of state.

Parameters

state

Type: GPluginPluginState

The state to look for.

Return value

Type: A list of GPluginPlugin*

A GSList of plugins whose state is state.

The caller of the method takes ownership of the data, and is responsible for freeing it.