Property

GPluginPluginInfo:provides

since: 0.32

Declaration

property provides: string[] [ read, write, construct-only ]

Description [src]

A list of additional plugin ids and versions that this plugin can provide. This mechanism is used so that plugins can replace and extend the behavior of other plugins.

The format fields should either be <plugin-id> or <plugin-id>=<plugin-version>. The optional version is used to help resolve dependencies that are based on a specific version.

Type: An array of char*
Available since:0.32

Flags

Readableyes
Writableyes
Constructno
Construct onlyyes