Function

AgsAudioAudioUnitPortfind

since: 3.0.0

Declaration [src]

GList*
ags_audio_unit_port_find (
  GList* audio_unit_port,
  gchar* port_name
)

Description [src]

Finds next match of port_name in audio_unit_port.

Available since: 3.0.0

Parameters

audio_unit_port

Type: A list of None

The GList-struct containing AgsAudioUnitPort.

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

Type: gchar*

The port name to find.

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

Return value

Type: A list of None

The next matching GList-struct or NULL.

The data is owned by the called function.