Method

AgsPluginset_version

since: 3.0.0

Declaration [src]

void
ags_plugin_set_version (
  AgsPlugin* plugin,
  gchar* version
)

Description [src]

Set the version of the plugin.

Available since: 3.0.0

Parameters

version

Type: gchar*

The version of plugin.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.