Constructor
AgsAudioRemoveAudionew
since: 3.0.0
Declaration [src]
AgsRemoveAudio*
ags_remove_audio_new (
AgsAudio* audio
)
Parameters
audio
-
Type:
AgsAudio
The
AgsAudio
to remove.The data is owned by the caller of the function.
Return value
Type: AgsRemoveAudio
The new AgsRemoveAudio
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |