Method

GPluginManagerfind_plugins

Declaration [src]

GSList*
gplugin_manager_find_plugins (
  GPluginManager* manager,
  const gchar* id
)

Description [src]

Finds all plugins matching id.

Parameters

id const gchar*
 

The ID of the plugin to find.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: A list of GPluginPlugin*
 

A GSList of plugins matching id.

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