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
)

Description [src]

Recursive set property for AgsAudio.

Available since: 3.0.0

Parameters

n_params

Type: gint

The 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: GValue

The value array.

The data is owned by the caller of the function.