Method
AgsAudioLv2TurtleParserparse
since: 3.0.0
Declaration [src]
void
ags_lv2_turtle_parser_parse (
AgsLv2TurtleParser* lv2_turtle_parser,
AgsTurtle** turtle,
guint n_turtle
)
Parameters
turtle
-
Type: An array of
AgsTurtle*
The
NULL
terminated array ofAgsTurtle
.The argument will be modified by the function. The array must be NULL
-terminated.The caller of the method takes ownership of the returned data, and is responsible for freeing it. n_turtle
-
Type:
guint
The turtle count.