Function

AgsAudioAudiofind_name

since: 3.0.0

Declaration [src]

GList*
ags_audio_find_name (
  GList* audio,
  gchar* audio_name
)

Description [src]

Find audio_name in audio.

Available since: 3.0.0

Parameters

audio

Type: A list of AgsAudio*

The GList-struct containing AgsAudio.

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

Type: gchar*

The audio 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 AgsAudio*

The next matching GList-struct containing AgsAudio.

The data is owned by the called function.