Method

AgsAudioLv2CacheTurtlealloc

since: 3.2.7

Declaration [src]

AgsLv2CacheTurtle*
ags_lv2_cache_turtle_alloc (
  AgsLv2CacheTurtle* parent,
  gchar* turtle_filename
)

Description [src]

Allocate an AgsLv2CacheTurtle-struct.

Available since: 3.2.7

This method is not directly available to language bindings.

Parameters

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: AgsLv2CacheTurtle

A new AgsLv2CacheTurtle-struct.

The data is owned by the instance.