Method

AgsAudioPluginPortset_port_symbol

since: 3.1.0

Declaration [src]

void
ags_plugin_port_set_port_symbol (
  AgsPluginPort* plugin_port,
  gchar* port_symbol
)

Description [src]

Set port symbol.

Available since: 3.1.0

Parameters

port_symbol

Type: gchar*

The port symbol.

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