Method
AgsAudioLv2uiManagerfind_lv2ui_plugin
since: 3.0.0
Declaration [src]
AgsLv2uiPlugin*
ags_lv2ui_manager_find_lv2ui_plugin (
AgsLv2uiManager* lv2ui_manager,
gchar* ui_filename,
gchar* ui_effect
)
Parameters
ui_filename
-
Type:
gchar*
The UI filename of the plugin.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. ui_effect
-
Type:
gchar*
The UI effect’s name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsLv2uiPlugin
The AgsLv2uiPlugin
.
The returned data is owned by the instance. |