Method
AgsAudioChannelrecursive_set_property
since: 3.0.0
Declaration [src]
void
ags_channel_recursive_set_property (
AgsChannel* channel,
gint n_params,
gchar** parameter_name,
GValue* value
)
Parameters
n_params-
Type:
gintThe count of paramter name and value pairs.
parameter_name-
Type:
gchar**A string vector containing parameter names.
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.