Method
AgsAudioAudiorecursive_set_property
since: 3.0.0
Declaration [src]
void
ags_audio_recursive_set_property (
AgsAudio* audio,
gint n_params,
const gchar** parameter_name,
const GValue* value
)
Parameters
n_params-
Type:
gintThe count of elements in following arrays.
parameter_name-
Type:
const gchar**The parameter’s name array.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value-
Type:
GValueThe value array.
The data is owned by the caller of the function.