Function

AgsAudioLv2CacheTurtlefind

since: 3.2.11

Declaration [src]

GList*
ags_lv2_cache_turtle_find (
  GList* lv2_cache_turtle,
  gchar* turtle_filename
)

Description [src]

Find lv2_cache_turtle matching turtle_filename.

Available since: 3.2.11

This function is not directly available to language bindings.

Parameters

lv2_cache_turtle

Type: A list of gpointer

A GList-struct containing AgsLv2CacheTurtle-struct.

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

Type: gchar*

The .ttl filename.

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 gpointer

The next matching GList-struct.

The data is owned by the called function.