Function
AgsAudioWaveadd
since: 3.0.0
Declaration [src]
GList*
ags_wave_add (
GList* wave,
AgsWave* new_wave
)
Parameters
wave
-
Type: A list of
None
The
GList
-struct containingAgsWave
.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.