Method

AgsAudioPluginPortset_port_name

since: 3.1.0

Declaration [src]

void
ags_plugin_port_set_port_name (
  AgsPluginPort* plugin_port,
  gchar* port_name
)

Description [src]

Set port name.

Available since: 3.1.0

Parameters

port_name

Type: gchar*

The port name.

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