Function

AgsAudioPresetfind_name

since: 3.0.0

Declaration [src]

GList*
ags_preset_find_name (
  GList* preset,
  gchar* preset_name
)

Description [src]

Find preset name in preset.

Available since: 3.0.0

Parameters

preset

Type: A list of None

The GList-struct containing AgsPreset.

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

Type: gchar*

The preset’s name.

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 AgsPreset.

The data is owned by the called function.