Method

GPluginManagerlist_plugins

Declaration [src]

GList*
gplugin_manager_list_plugins (
  GPluginManager* manager
)

Description [src]

Returns a GList of all plugin id’s. Each id should be queried directly for more information.

Return value

Returns: A list of utf8
 

A GList of each unique plugin id.

 The caller of the method takes ownership of the data container, but not the data inside it.