Method

GPluginManagerlist_plugins

Declaration [src]

GList*
gplugin_manager_list_plugins (
  GPluginManager* manager
)

Description [src]

Returns a list of all plugin IDs.

Each id should be queried directly for more information.

Return value

Type: 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.
Each element is a NUL terminated UTF-8 string.