Function

AgsAudioLv2Pluginfind_uri

since: 3.0.0

Declaration [src]

GList*
ags_lv2_plugin_find_uri (
  GList* lv2_plugin,
  gchar* uri
)

Description [src]

Find uri in lv2_plugin GList-struct.

Available since: 3.0.0

Parameters

lv2_plugin

Type: A list of AgsLv2Plugin*

A GList-struct containig AgsLv2Plugin.

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

Type: gchar*

The uri 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 AgsLv2Plugin*

The matching GList-struct containing AgsLv2Plugin.

The data is owned by the called function.