Method

GPluginPluginInfoget_dependencies

Declaration [src]

const gchar* const*
gplugin_plugin_info_get_dependencies (
  GPluginPluginInfo* info
)

Description [src]

Returns the dependencies of the plugins as specified in info.

Return value

Type: An array of utf8

The list of dependencies from info.

The array is NULL-terminated.
The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.