Method
AgsAudioLv2uiManagerload_file
since: 3.0.0
Declaration [src]
void
ags_lv2ui_manager_load_file (
AgsLv2uiManager* lv2ui_manager,
AgsTurtle* manifest,
AgsTurtle* turtle,
gchar* lv2ui_path,
gchar* filename
)
Parameters
manifest
-
Type:
AgsTurtle
The manifest.
The data is owned by the caller of the method. turtle
-
Type:
AgsTurtle
The
AgsTurtle
.The data is owned by the caller of the method. lv2ui_path
-
Type:
gchar*
The lv2ui 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.