Method
AgsAudioLv2Managerload_file
since: 3.0.0
Declaration [src]
void
ags_lv2_manager_load_file (
AgsLv2Manager* lv2_manager,
AgsTurtle* manifest,
AgsTurtle* turtle,
gchar* lv2_path,
gchar* filename
)
Parameters
manifest
-
Type:
AgsTurtle
The manifest.
The data is owned by the caller of the method. turtle
-
Type:
AgsTurtle
The loaded turtle.
The data is owned by the caller of the method. lv2_path
-
Type:
gchar*
The lv2 path.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. filename
-
Type:
gchar*
The filename of the plugin.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.