Method

PeasEngineget_plugin_list

Declaration [src]

const GList*
peas_engine_get_plugin_list (
  PeasEngine* engine
)

Description [src]

Returns the list of PeasPluginInfo known to the engine.

Return value

Returns: A list of PeasPluginInfo*
 

A GList of PeasPluginInfo. Note that the list belongs to the engine and should not be freed.

 The data is owned by the instance.