Method
GPluginManagerfind_plugins
Declaration [src]
GSList*
gplugin_manager_find_plugins (
GPluginManager* manager,
const gchar* 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 |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |