Method

GrlPluginget_version

since: 0.2.0

Declaration [src]

const gchar*
grl_plugin_get_version (
  GrlPlugin* plugin
)

Description [src]

Get the version of the plugin.

Available since: 0.2.0

Return value

Type: const gchar*

The version of the plugin.

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