Method

AgsAudioLv2TurtleParserparse

since: 3.0.0

Declaration [src]

void
ags_lv2_turtle_parser_parse (
  AgsLv2TurtleParser* lv2_turtle_parser,
  AgsTurtle** turtle,
  guint n_turtle
)

Description [src]

Parse manifest and referred turtles.

Available since: 3.0.0

Parameters

turtle

Type: An array of AgsTurtle*

The NULL terminated array of AgsTurtle.

The argument will be modified by the function.
The array must be NULL-terminated.
The instance takes ownership of the data, and is responsible for freeing it.
n_turtle

Type: guint

The turtle count.