Method

GPluginPluginInfoget_version

Declaration [src]

const char*
gplugin_plugin_info_get_version (
  GPluginPluginInfo* info
)

Description [src]

Returns the version of the plugin as specified in info.

Return value

Type: const char*

The version from info.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.