Method
AgsAudioLadspaManagerget_ladspa_plugin
since: 3.5.15
[−]
Declaration [src]
GList*
ags_ladspa_manager_get_ladspa_plugin (
AgsLadspaManager* ladspa_manager
)
[−]
Description [src]
Get ladspa plugin.
Available since: 3.5.15
This method is not directly available to language bindings.
[−]
Return value
Type: A list of gpointer
The GList
-struct containing AgsLadspaPlugin
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |