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 GPluginPluginState
 

The GPluginPluginState to look for.

Return value

Returns: A list of GPluginPlugin
 

A GSList of referenced GPluginPlugins whose state is state. Call g_slist_free_full() with a DestroyNotify of g_object_unref() on the returned value when you’re done with it.

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