Method

GPluginPluginInfoget_provides

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.0

Return value

Returns: 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.