Virtual Method

AgsPluginset_name

since: 3.0.0

Declaration [src]

void
set_name (
  AgsPlugin* plugin,
  gchar* name
)

Description [src]

Set the name of the plugin.

Available since: 3.0.0

Parameters

name

Type: gchar*

The name of plugin.

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