Function

AgsAudioWaveadd

since: 3.0.0

Declaration [src]

GList*
ags_wave_add (
  GList* wave,
  AgsWave* new_wave
)

Description [src]

Add new_wave sorted to wave.

Available since: 3.0.0

Parameters

wave

Type: A list of None

The GList-struct containing AgsWave.

The data is owned by the caller of the function.
new_wave

Type: AgsWave

The AgsWave to add.

The data is owned by the caller of the function.

Return value

Type: A list of None

The new beginning of wave.

The data is owned by the called function.