Method

PeasPluginInfoget_version

Declaration [src]

const gchar*
peas_plugin_info_get_version (
  const PeasPluginInfo* info
)

Description [src]

Gets the version of the plugin.

The relevant key in the plugin info file is “Version”.

Return value

Returns: const gchar*
 

The plugin’s version.

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