Function

AgsAudioLv2Presetfind_preset_label

since: 3.0.0

Declaration [src]

GList*
ags_lv2_preset_find_preset_label (
  GList* lv2_preset,
  gchar* preset_label
)

Description [src]

Find preset_label within lv2_preset.

Available since: 3.0.0

Parameters

lv2_preset

Type: A list of None

The GList-struct containing AgsLv2Preset.

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

Type: gchar*

The preset label.

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 matching GList-struct containing AgsLv2Preset.

The data is owned by the called function.