Method
GPluginManagerget_plugin_dependencies
Declaration [src]
GSList*
gplugin_manager_get_plugin_dependencies (
GPluginManager* manager,
GPluginPlugin* plugin,
GError** error
)
Parameters
plugin |
GPluginPlugin |
The |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | A list of GPluginPlugin |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |