Function

AgsAudioAudioUnitClientfind

since: 3.0.0

Declaration [src]

GList*
ags_audio_unit_client_find (
  GList* audio_unit_client,
  gchar* client_name
)

Description [src]

Finds next match of client_name in audio_unit_client.

Available since: 3.0.0

Parameters

audio_unit_client

Type: A list of AgsAudioUnitClient*

The GList-struct containing AgsAudioUnitClient.

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

Type: gchar*

The client 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 AgsAudioUnitClient*

The next matching GList-struct or NULL.

The data is owned by the called function.