Constructor
AgsAudioAddSoundcardnew
since: 3.0.0
Declaration [src]
AgsAddSoundcard*
ags_add_soundcard_new (
GObject* soundcard
)
Parameters
soundcard
-
Type:
GObject
The
AgsSoundcard
to add.The data is owned by the caller of the function.
Return value
Type: AgsAddSoundcard
The new AgsAddSoundcard
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |