Function
AgsAudioBasePluginfind_effect
since: 3.0.0
Declaration [src]
GList*
ags_base_plugin_find_effect (
GList* base_plugin,
gchar* filename,
gchar* effect
)
Description [src]
Find filename and effect 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. filename-
Type:
gchar*The filename as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. effect-
Type:
gchar*The effect as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.