Function

AgsAudioPluginPortfind_port_index

since: 3.0.0

Declaration [src]

GList*
ags_plugin_port_find_port_index (
  GList* plugin_port,
  guint port_index
)

Description [src]

Find port_index within plugin_port.

Available since: 3.0.0

Parameters

plugin_port

Type: A list of None

The GList-struct containing AgsPluginPort.

The data is owned by the caller of the function.
port_index

Type: guint

The port index.

Return value

Type: A list of None

The matching GList-struct containing AgsPluginPort.

The data is owned by the called function.