Function

Purpleplugin_get_dependent_plugins

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.

Return value

Type: A list of PurplePlugin*

The list of a plugins that depend on the specified plugin.

The data is owned by the called function.