Method

GPluginPluginInfoget_provides

since: 0.32

Declaration [src]

const gchar* const*
gplugin_plugin_info_get_provides (
  GPluginPluginInfo* info
)

Description [src]

Gets the provides of the plugin as specified in info.

Available since: 0.32

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.