Function
AgsAudioBasePluginfind_ui_effect_index
since: 3.0.0
Declaration [src]
GList*
ags_base_plugin_find_ui_effect_index (
GList* base_plugin,
gchar* ui_filename,
guint ui_effect_index
)
Description [src]
Find ui_filename
and ui_effect_index
in base_plugin
GList
-struct of AgsBasePlugin
.
Available since: 3.0.0
Parameters
base_plugin
-
Type: A list of
AgsBasePlugin*
The
GList
-struct containingAgsBasePlugin
.The data is owned by the caller of the function. ui_filename
-
Type:
gchar*
The UI filename as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ui_effect_index
-
Type:
guint
The UI effect index.