Function

AgsAudioLv2Presetfind_preset_uri

since: 3.0.0

Declaration [src]

GList*
ags_lv2_preset_find_preset_uri (
  GList* lv2_preset,
  gchar* preset_uri
)

Description [src]

Find preset_uri 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_uri

Type: gchar*

The preset URI.

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.