Constructor
AgsAudioPulseClientnew
since: 3.0.0
Declaration [src]
AgsPulseClient*
ags_pulse_client_new (
GObject* pulse_server
)
Parameters
pulse_server
-
Type:
GObject
The assigned
AgsPulseServer
.The data is owned by the caller of the function.
Return value
Type: AgsPulseClient
The new AgsPulseClient
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |