Function
Purpleplugin_get_dependent_plugins
unstable since: 3.0
Declaration [src]
GSList*
purple_plugin_get_dependent_plugins (
PurplePlugin* plugin
)
Description [src]
Returns a list of plugins that depend on a particular plugin.
Available since: 3.0
Parameters
plugin
-
Type:
PurplePlugin
The plugin whose dependent plugins are returned.
The data is owned by the caller of the function.