Method
AgsAudioPresetadd_parameter
since: 3.0.0
Declaration [src]
gboolean
ags_preset_add_parameter (
AgsPreset* preset,
gchar* param_name,
GValue* value
)
Parameters
param_name-
Type:
gchar*The parameter name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value-
Type:
GValueThe value to add.
The data is owned by the caller of the method.