Constructor
AgsAudioSetMutednew
since: 3.0.0
Declaration [src]
AgsSetMuted*
ags_set_muted_new (
GObject* scope,
gboolean muted
)
Parameters
scope
-
Type:
GObject
The
GObject
.The data is owned by the caller of the function. muted
-
Type:
gboolean
Muted to set.
Return value
Type: AgsSetMuted
An new AgsSetMuted
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |